spec\PhpSpec\Process\Context\JsonExecutionContextSpec::it_is_an_execution_context PHP 메소드

it_is_an_execution_context() 공개 메소드

    function it_is_an_execution_context()
    {
        $this->shouldHaveType('PhpSpec\\Process\\Context\\ExecutionContext');
    }