/** * 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(); }
/** * 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(); }
/** * Cleans up the environment after running a test. */ protected function tearDown() { FileEngineHelper::revertSystem($this->engine); $this->engine = null; parent::tearDown(); }