| Total Complexity | 4 |
| Total Lines | 52 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | final class ValidatorInterfaceProxyTest extends AbstractCollectorTestCase |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param CollectorInterface|ValidatorCollector $collector |
||
| 17 | */ |
||
| 18 | protected function collectTestData(CollectorInterface $collector): void |
||
| 22 | } |
||
| 23 | |||
| 24 | protected function getCollector(): CollectorInterface |
||
| 25 | { |
||
| 26 | return new ValidatorCollector(); |
||
| 27 | } |
||
| 28 | |||
| 29 | protected function checkCollectedData(array $data): void |
||
| 55 | ); |
||
| 56 | } |
||
| 57 | |||
| 58 | protected function checkSummaryData(array $data): void |
||
| 68 |