spec\Phpro\SoapClient\CodeGenerator\Rules\TypeMapRuleSpec::it_can_not_apply_to_regular_context PHP Method

it_can_not_apply_to_regular_context() public method

public it_can_not_apply_to_regular_context ( Phpro\SoapClient\CodeGenerator\Context\ContextInterface $context )
$context Phpro\SoapClient\CodeGenerator\Context\ContextInterface
    function it_can_not_apply_to_regular_context(ContextInterface $context)
    {
        $this->appliesToContext($context)->shouldReturn(false);
    }