PHP Класс Laracasts\Behat\Context\KernelAwareInitializer

Наследование: implements Symfony\Component\EventDispatcher\EventSubscriberInterface, implements Behat\Behat\Context\Initializer\ContextInitializer
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Symfony\Component\HttpKernel\HttpKernelInterface $kernel ) Construct the initializer.
getSubscribedEvents ( )
initializeContext ( Behat\Behat\Context\Context $context )
rebootKernel ( ) After each scenario, reboot the kernel.

Приватные методы

Метод Описание
setAppOnContext ( ) Set the app kernel to the feature context.

Описание методов

__construct() публичный Метод

Construct the initializer.
public __construct ( Symfony\Component\HttpKernel\HttpKernelInterface $kernel )
$kernel Symfony\Component\HttpKernel\HttpKernelInterface

getSubscribedEvents() публичный статический Метод

public static getSubscribedEvents ( )

initializeContext() публичный Метод

public initializeContext ( Behat\Behat\Context\Context $context )
$context Behat\Behat\Context\Context

rebootKernel() публичный Метод

After each scenario, reboot the kernel.
public rebootKernel ( )