spec\PhpSpec\Process\Context\JsonExecutionContextSpec::it_is_an_execution_context PHP Method

it_is_an_execution_context() public method

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