/**
  * Clean up the objects against which you tested.
  */
 protected function tearDown()
 {
     Yii::$app->user->logout();
     parent::tearDown();
 }
Esempio n. 2
0
 /**
  * @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();
 }