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

uriPatternWithSuccessiveDynamicRoutepartsThrowsException() public method

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