spec\Phpro\SoapClient\CodeGenerator\Context\TypeContextSpec::it_is_a_context PHP Method

it_is_a_context() public method

public it_is_a_context ( )
    function it_is_a_context()
    {
        $this->shouldImplement(ContextInterface::class);
    }