public function FieldMapEnhancerTest::testFieldAlreadyThere

File

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

Class

FieldMapEnhancerTest

Namespace

Symfony\Cmf\Component\Routing\Tests\Mapper

Code

public function testFieldAlreadyThere() {
  $defaults = array(
    'type' => 'static_pages',
    '_controller' => 'custom.controller:indexAction',
  );
  $this
    ->assertEquals($defaults, $this->enhancer
    ->enhance($defaults, $this->request));
}