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