| 1 | <?php |
||
| 9 | class Kernel implements BehatDispatcherAwareInterface |
||
| 10 | { |
||
| 11 | /** @var EventDispatcher */ |
||
| 12 | private $eventDispatcher; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @inheritDoc |
||
| 16 | */ |
||
| 17 | public function setBehatDispatcher(EventDispatcher $eventDispatcher) |
||
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | public function boot() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * {@inheritdoc} |
||
| 48 | */ |
||
| 49 | public function shutdown() |
||
| 70 | } |
||
| 71 |