spec\Phpro\SoapClient\CodeGenerator\Rules\TypeMapRuleSpec::it_can_not_apply_to_knwon_types_with_no_rule PHP Метод

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

public it_can_not_apply_to_knwon_types_with_no_rule ( TypeContext $context )
$context Phpro\SoapClient\CodeGenerator\Context\TypeContext
    function it_can_not_apply_to_knwon_types_with_no_rule(TypeContext $context)
    {
        $context->getType()->willReturn(new Type('MyNamespace', 'NullType', []));
        $this->appliesToContext($context)->shouldReturn(false);
    }