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

uriPatternWithLeadingSlashThrowsException() public méthode

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