public function FieldByClassEnhancerTest::testClassNotFoundInMapping in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony-cmf/routing/Tests/Enhancer/FieldByClassEnhancerTest.php \Symfony\Cmf\Component\Routing\Tests\Enhancer\FieldByClassEnhancerTest::testClassNotFoundInMapping()
File
- vendor/
symfony-cmf/ routing/ Tests/ Enhancer/ FieldByClassEnhancerTest.php, line 60
Class
Namespace
Symfony\Cmf\Component\Routing\Tests\EnhancerCode
public function testClassNotFoundInMapping() {
$defaults = array(
'_content' => $this,
);
$this
->assertEquals($defaults, $this->mapper
->enhance($defaults, $this->request));
}