コード例 #1
0
ファイル: DatabaseTest.php プロジェクト: paladox/mediawiki
 protected function tearDown()
 {
     parent::tearDown();
     if ($this->functionTest) {
         $this->dropFunctions();
         $this->functionTest = false;
     }
     $this->db->restoreFlags(IDatabase::RESTORE_INITIAL);
 }