You are here

public function UrlMatcherTest::testMatchNoKey in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony-cmf/routing/Tests/NestedMatcher/UrlMatcherTest.php \Symfony\Cmf\Component\Routing\Tests\NestedMatcher\UrlMatcherTest::testMatchNoKey()

File

vendor/symfony-cmf/routing/Tests/NestedMatcher/UrlMatcherTest.php, line 50

Class

UrlMatcherTest

Namespace

Symfony\Cmf\Component\Routing\Tests\NestedMatcher

Code

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