Neos\Flow\Tests\Unit\Mvc\Routing\RouteTest::uriPatternWithLeadingSlashThrowsException PHP 메소드

uriPatternWithLeadingSlashThrowsException() 공개 메소드

    public function uriPatternWithLeadingSlashThrowsException()
    {
        $this->route->setUriPattern('/some/uri/pattern');
        $this->route->parse();
    }
RouteTest