public function UrlMatcherTest::testMatchNoKey

File

drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/UrlMatcherTest.php, line 41

Class

UrlMatcherTest

Namespace

Symfony\Cmf\Component\Routing\Tests\NestedMatcher

Code

public function testMatchNoKey() {
  $this
    ->doTestMatchRouteKey(null);
}