| 1 | <?php |
||
| 15 | class FilesRecapPrinter extends AbstractFinalPrinter implements EventSubscriberInterface |
||
| 16 | { |
||
| 17 | 70 | public static function getSubscribedEvents(): array |
|
| 23 | |||
| 24 | 25 | public function onEngineEnd() |
|
| 30 | |||
| 31 | /** |
||
| 32 | * @param TestResultContainerInterface $testResultContainer |
||
| 33 | */ |
||
| 34 | 25 | private function printFileRecap(TestResultContainerInterface $testResultContainer) |
|
| 61 | } |
||
| 62 |