PHP 클래스 spec\Laracasts\Behat\Context\KernelAwareInitializerSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: laracasts/behat-laravel-extension

공개 메소드들

메소드 설명
it_does_nothing_if_the_context_is_not_kernel_aware ( Behat\Behat\Context\Context $context, $kernel )
it_is_a_context_initializer ( )
it_is_an_event_subscriber ( )
it_sets_the_kernel_on_the_context_if_its_kernel_aware ( Laracasts\Behat\Context\KernelAwareContext $context, Symfony\Component\HttpKernel\HttpKernelInterface $kernel )
it_subscribes_to_a_number_of_events ( )
let ( Symfony\Component\HttpKernel\HttpKernelInterface $kernel )

메소드 상세

it_does_nothing_if_the_context_is_not_kernel_aware() 공개 메소드

public it_does_nothing_if_the_context_is_not_kernel_aware ( Behat\Behat\Context\Context $context, $kernel )
$context Behat\Behat\Context\Context

it_is_a_context_initializer() 공개 메소드

it_is_an_event_subscriber() 공개 메소드

it_sets_the_kernel_on_the_context_if_its_kernel_aware() 공개 메소드

public it_sets_the_kernel_on_the_context_if_its_kernel_aware ( Laracasts\Behat\Context\KernelAwareContext $context, Symfony\Component\HttpKernel\HttpKernelInterface $kernel )
$context Laracasts\Behat\Context\KernelAwareContext
$kernel Symfony\Component\HttpKernel\HttpKernelInterface

it_subscribes_to_a_number_of_events() 공개 메소드

let() 공개 메소드

public let ( Symfony\Component\HttpKernel\HttpKernelInterface $kernel )
$kernel Symfony\Component\HttpKernel\HttpKernelInterface