public function FieldMapEnhancerTest::testNotFoundInMapping

File

drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldMapEnhancerTest.php, line 55

Class

FieldMapEnhancerTest

Namespace

Symfony\Cmf\Component\Routing\Tests\Mapper

Code

public function testNotFoundInMapping() {
  $defaults = array(
    'type' => 'unknown_route',
  );
  $this
    ->assertEquals($defaults, $this->enhancer
    ->enhance($defaults, $this->request));
}