diff --git a/src/Speakers/tests/SpeakerTest.php b/src/Speakers/tests/SpeakerTest.php new file mode 100644 index 0000000..e13685c --- /dev/null +++ b/src/Speakers/tests/SpeakerTest.php @@ -0,0 +1,33 @@ +extension = new SpeakersExtension(); + } + + /** @test */ + public function get_sessions_for_a_speaker() + { + $this->markTestIncomplete(); + } + + /** @test */ + public function get_speakers_for_a_session() + { + $this->markTestIncomplete(); + } +}