public function DynamicRouterTest::testInvalidMatcher

@expectedException \InvalidArgumentException

File

drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/DynamicRouterTest.php, line 243

Class

DynamicRouterTest

Namespace

Symfony\Cmf\Component\Routing\Tests\Routing

Code

public function testInvalidMatcher() {
  new DynamicRouter($this->context, $this, $this->generator);
}