/** * Clean up the objects against which you tested. */ protected function tearDown() { Yii::$app->user->logout(); parent::tearDown(); }
/** * @Override */ protected function _after() { parent::_after(); // TODO: Change the autogenerated stub }
/** * Clean up the objects against which you tested. */ protected function tearDown() { @unlink($this->getMessageFile()); parent::tearDown(); }