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