Neos\Flow\Tests\Unit\Mvc\Routing\RouteTest::uriPatternWithLeadingSlashThrowsException PHP Method

uriPatternWithLeadingSlashThrowsException() public method

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