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

uriPatternWithTrailingSlashThrowsException() 공개 메소드

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