示例#1
0
 protected function tearDown()
 {
     parent::tearDown();
 }
示例#2
0
 protected function tearDown()
 {
     Yii::$app->user->logout();
     parent::tearDown();
 }
示例#3
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->dropTables[] = $this->tester->getMigrationTable();
     $this->tester->dropTables($this->dropTables);
 }