Stub another test
This commit is contained in:
parent
a48d748942
commit
306082d17b
|
@ -102,4 +102,10 @@ class TalksExtensionTest extends TestCase
|
|||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/** @test */
|
||||
public function if_a_talk_is_both_upcoming_and_past_then_it_is_only_shown_as_upcoming()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue