public function testFieldAlreadyThere() {
$defaults = array(
'_template' => 'Bundle:Topic:template.html.twig',
'_controller' => 'custom.controller:indexAction',
);
$this
->assertEquals($defaults, $this->mapper
->enhance($defaults, $this->request));
}