Total Complexity | 4 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | final class HttpStreamCollectorTest extends AbstractCollectorTestCase |
||
11 | { |
||
12 | /** |
||
13 | * @param CollectorInterface|HttpStreamCollector $collector |
||
14 | */ |
||
15 | protected function collectTestData(CollectorInterface $collector): void |
||
26 | ); |
||
27 | } |
||
28 | |||
29 | protected function getCollector(): CollectorInterface |
||
30 | { |
||
31 | return new HttpStreamCollector(); |
||
32 | } |
||
33 | |||
34 | protected function checkCollectedData(array $data): void |
||
45 | } |
||
46 | |||
47 | protected function checkSummaryData(array $data): void |
||
54 |