コード例 #1
0
 protected function tearDown()
 {
     parent::tearDown();
 }
コード例 #2
0
ファイル: LoginFormTest.php プロジェクト: asus4851/madia
 protected function tearDown()
 {
     Yii::$app->user->logout();
     parent::tearDown();
 }
コード例 #3
0
ファイル: MigratorTest.php プロジェクト: radiata-cms/radiata
 protected function tearDown()
 {
     parent::tearDown();
     $this->dropTables[] = $this->tester->getMigrationTable();
     $this->tester->dropTables($this->dropTables);
 }