spec\Coduo\TuTu\Request\MethodMatchingPolicySpec::it_return_true_when_config_does_not_have_allowed_methods PHP Метод

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

    function it_return_true_when_config_does_not_have_allowed_methods()
    {
        $this->match(Request::create('/foo'), Element::fromArray(['request' => ['path' => '/foo']]))->shouldReturn(true);
    }