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

routeDoesNotMatchEmptyRequestPathIfUriPatternIsNotSet() public method

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