public function UrlMatcherTest::testMatchNoKey in Zircon Profile 8.0
Same name and namespace in other branches
- 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
Namespace
Symfony\Cmf\Component\Routing\Tests\NestedMatcherCode
public function testMatchNoKey() {
$this
->doTestMatchRouteKey(null);
}