You are here

public function UrlMatcherTest::testMatchRouteKey in Zircon Profile 8

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

File

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

Class

UrlMatcherTest

Namespace

Symfony\Cmf\Component\Routing\Tests\NestedMatcher

Code

public function testMatchRouteKey() {
  $this
    ->doTestMatchRouteKey($this->url);
}