public static function tearDownAfterClass()
 {
     if (self::$extradb) {
         self::$extradb->dispose();
         self::$extradb = null;
     }
     phpunit_util::reset_all_data(null);
     parent::tearDownAfterClass();
 }