1 | <?php |
||
13 | class WannaSpeakSpec extends ObjectBehavior |
||
14 | { |
||
15 | public function it_is_initializable(): void |
||
19 | |||
20 | public function let(CallTrackingsInterface $callTrackings, SoundsInterface $sounds, StatisticsInterface $statistics): void |
||
24 | |||
25 | public function it_should_provide_multiple_apis(CallTrackingsInterface $callTrackings, SoundsInterface $sounds, StatisticsInterface $statistics): void |
||
31 | } |
||
32 |