public function ContentAwareGeneratorTest::testGenerateInvalidContent in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony-cmf/routing/Tests/Routing/ContentAwareGeneratorTest.php \Symfony\Cmf\Component\Routing\Tests\Routing\ContentAwareGeneratorTest::testGenerateInvalidContent()
Generate with an object that is neither a route nor route aware.
@expectedException \Symfony\Component\Routing\Exception\RouteNotFoundException
File
- vendor/
symfony-cmf/ routing/ Tests/ Routing/ ContentAwareGeneratorTest.php, line 302
Class
Namespace
Symfony\Cmf\Component\Routing\Tests\RoutingCode
public function testGenerateInvalidContent() {
$this->generator
->generate($this);
}