spec\Coduo\TuTu\Request\ChainMatchingPolicySpec::it_returns_false_by_default PHP Метод

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

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