PHP 클래스 Laracasts\Behat\Context\KernelAwareInitializer

상속: implements Symfony\Component\EventDispatcher\EventSubscriberInterface, implements Behat\Behat\Context\Initializer\ContextInitializer
파일 보기 프로젝트 열기: laracasts/behat-laravel-extension

공개 메소드들

메소드 설명
__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 ( )