Neos\Flow\Tests\Unit\Mvc\Routing\RouteTest::uriPatternWithTrailingSlashThrowsException PHP Méthode

uriPatternWithTrailingSlashThrowsException() public méthode

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