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