public function RouteTest::testInvalidRouteParameter in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/routing/Tests/Annotation/RouteTest.php \Symfony\Component\Routing\Tests\Annotation\RouteTest::testInvalidRouteParameter()
@expectedException \BadMethodCallException
File
- vendor/
symfony/ routing/ Tests/ Annotation/ RouteTest.php, line 21
Class
Namespace
Symfony\Component\Routing\Tests\AnnotationCode
public function testInvalidRouteParameter() {
$route = new Route(array(
'foo' => 'bar',
));
}