spec\Phpro\SoapClient\CodeGenerator\Rules\PropertynameMatchesRuleSpec::it_can_not_apply_to_regular_context PHP Метод

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

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);
    }