public function DynamicRouterTest::testInvalidMatcher in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony-cmf/routing/Tests/Routing/DynamicRouterTest.php \Symfony\Cmf\Component\Routing\Tests\Routing\DynamicRouterTest::testInvalidMatcher()
@expectedException \InvalidArgumentException
File
- vendor/
symfony-cmf/ routing/ Tests/ Routing/ DynamicRouterTest.php, line 262
Class
Namespace
Symfony\Cmf\Component\Routing\Tests\RoutingCode
public function testInvalidMatcher() {
new DynamicRouter($this->context, $this, $this->generator);
}