コード例 #1
0
ファイル: FactoryTest.php プロジェクト: utvara/phpworkers
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     FileEngineHelper::revertSystem($this->engine);
     Edo_Event_Engine::setDefaultEngine(null);
     $this->engine = null;
     parent::tearDown();
 }
コード例 #2
0
ファイル: ManagerTest.php プロジェクト: utvara/phpworkers
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     Edo_Event_Engine::setDefaultEngine(null);
     FileEngineHelper::revertSystem($this->engine);
     $this->engine = null;
     $this->test_config = array();
     parent::tearDown();
 }
コード例 #3
0
ファイル: FactoryTest.php プロジェクト: utvara/phpworkers
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     FileEngineHelper::revertSystem($this->engine);
     $this->engine = null;
     parent::tearDown();
 }