You are here

public function FieldByClassEnhancerTest::testClassNotFoundInMapping in Zircon Profile 8

Same name and namespace in other branches
  1. 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

FieldByClassEnhancerTest

Namespace

Symfony\Cmf\Component\Routing\Tests\Enhancer

Code

public function testClassNotFoundInMapping() {
  $defaults = array(
    '_content' => $this,
  );
  $this
    ->assertEquals($defaults, $this->mapper
    ->enhance($defaults, $this->request));
}