Neos\Flow\Tests\Unit\Mvc\Routing\RouteTest::routeDoesNotMatchEmptyRequestPathIfUriPatternIsNotSet PHP 메소드

routeDoesNotMatchEmptyRequestPathIfUriPatternIsNotSet() 공개 메소드

    public function routeDoesNotMatchEmptyRequestPathIfUriPatternIsNotSet()
    {
        $this->assertFalse($this->routeMatchesPath(''), 'Route should not match if no URI Pattern is set.');
    }
RouteTest