spec\Laracasts\Behat\Context\KernelAwareInitializerSpec::it_does_nothing_if_the_context_is_not_kernel_aware PHP Метод

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
    function it_does_nothing_if_the_context_is_not_kernel_aware(Context $context, $kernel)
    {
        $this->initializeContext($context)->shouldBe(null);
        $this->rebootKernel()->shouldBe(null);
    }