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

uriPatternWithSuccessiveDynamicRoutepartsThrowsException() public méthode

    public function uriPatternWithSuccessiveDynamicRoutepartsThrowsException()
    {
        $this->route->setUriPattern('{key1}{key2}');
        $this->route->parse();
    }
RouteTest