Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
25 | public function it_should_provide_multiple_apis(CallTrackingsInterface $callTrackings, SoundsInterface $sounds, StatisticsInterface $statistics): void |
||
26 | { |
||
27 | $this->callTrackings()->shouldBe($callTrackings); |
||
28 | $this->sounds()->shouldBe($sounds); |
||
29 | $this->statistics()->shouldBe($statistics); |
||
30 | } |
||
31 | } |
||
32 |