spec\GrumPHP\Task\XmlLintSpec::it_should_run_in_run_context PHP Метод

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

public it_should_run_in_run_context ( GrumPHP\Task\Context\RunContext $context )
$context GrumPHP\Task\Context\RunContext
    function it_should_run_in_run_context(RunContext $context)
    {
        $this->canRunInContext($context)->shouldReturn(true);
    }