| 1 | <?php |
||
| 14 | class FilesRecapPrinter extends AbstractFinalPrinter implements EventSubscriberInterface |
||
| 15 | { |
||
| 16 | 55 | public static function getSubscribedEvents(): array |
|
| 22 | |||
| 23 | 15 | public function onEngineEnd() |
|
| 29 | |||
| 30 | /** |
||
| 31 | * @param TestResultContainerInterface $testResultContainer |
||
| 32 | */ |
||
| 33 | 15 | private function printFileRecap(TestResultContainerInterface $testResultContainer) |
|
| 60 | } |
||
| 61 |