public function setUp() { $this->request = Request::create('/test'); $mapping = array( 'static_pages' => 'cmf_content.controller:indexAction', ); $this->enhancer = new FieldMapEnhancer('type', '_controller', $mapping); }