Ejemplo n.º 1
0
 /**
  * 
  * TODO implementation needed OPUSVIER-2955
  */
 public function checkfulltextsAction()
 {
     if (!$this->model->getFeatureDisabled() && $this->getRequest()->isPost()) {
         // add a job
     }
     return $this->_redirectToAndExit('index');
 }
 public function testConstructorWithFeatureEnabledBoth()
 {
     $this->enableAsyncIndexmaintenanceMode();
     $this->enableAsyncMode(false);
     $model = new Admin_Model_IndexMaintenance();
     $this->assertFalse($model->getFeatureDisabled());
 }