Stub another test

This commit is contained in:
Oliver Davies 2019-01-18 21:30:29 +00:00
parent a48d748942
commit 306082d17b

View file

@ -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();
}
}