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

uriPatternWithUnopenedOptionalSectionsThrowsException() public méthode

    public function uriPatternWithUnopenedOptionalSectionsThrowsException()
    {
        $this->route->setUriPattern('foo)/bar');
        $this->route->parse();
    }
RouteTest