| 1 | <?php |
||
| 24 | class EventSubscriber implements EventSubscriberInterface |
||
| 25 | { |
||
| 26 | use Debugger; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | 4 | public static function getSubscribedEvents() |
|
| 45 | |||
| 46 | /** |
||
| 47 | * Print debug messages. |
||
| 48 | * |
||
| 49 | * @param AfterFeatureTested|BeforeScenarioTested|AfterStepTested $event |
||
| 50 | */ |
||
| 51 | public function output($event) |
||
| 57 | } |
||
| 58 |