extension = new TalksExtension(); } /** @test */ public function talks_given_multiple_times_are_only_returned_once() { $this->markTestIncomplete(); } /** @test */ public function talks_are_ordered_by_the_most_recent_event_date() { $this->markTestIncomplete(); } /** @test */ public function only_past_events_can_be_retrieved() { $this->markTestIncomplete(); } /** @test */ public function only_future_events_can_be_retrieved() { $this->markTestIncomplete(); } }