| 1 | <?php |
||
| 12 | class BehatContextSubscriberInitializer implements ContextInitializer |
||
| 13 | { |
||
| 14 | /** @var EventDispatcherInterface */ |
||
| 15 | private $behatEventDispatcher; |
||
| 16 | |||
| 17 | 2 | public function __construct(EventDispatcherInterface $behatEventDispatcher) |
|
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | 2 | public function initializeContext(Context $context) |
|
| 33 | } |
||
| 34 |