spec\Phpro\SoapClient\CodeGenerator\Rules\MultiRuleSpec::it_can_always_apply_to_any_context PHP Метод

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

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