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