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