/** * Test * * @return void */ public function testInitGeneral() { $this->assertInstanceOf('GcConfig\\Form\\Config', $this->object->initGeneral()); }
/** * Generate general configuration form * * @return void */ public function editGeneralAction() { $this->form = new configForm(); $this->form->initGeneral(); return $this->forward()->dispatch('CmsController', array('action' => 'edit')); }