コード例 #1
0
ファイル: Base.php プロジェクト: jubinpatel/horde
 public static function tearDownAfterClass()
 {
     if (self::$migrator) {
         self::$migrator->down();
     }
     if (self::$db) {
         self::$db->disconnect();
     }
     self::$db = self::$migrator = null;
 }