spec\GrumPHP\Event\RunnerFailedEventSpec::it_should_have_a_context PHP Метод

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

public it_should_have_a_context ( GrumPHP\Task\Context\ContextInterface $context )
$context GrumPHP\Task\Context\ContextInterface
    function it_should_have_a_context(ContextInterface $context)
    {
        $this->getContext()->shouldBe($context);
    }