コード例 #1
0
 /**
  * Clean up the objects against which you tested.
  */
 protected function tearDown()
 {
     Yii::$app->user->logout();
     parent::tearDown();
 }
コード例 #2
0
 /**
  * Clean up the objects against which you tested.
  */
 protected function tearDown()
 {
     @unlink($this->getMessageFile());
     parent::tearDown();
 }