コード例 #1
0
ファイル: Base.php プロジェクト: raz0rsdge/horde
 public function setUp()
 {
     if (!self::$db) {
         $this->markTestSkipped(self::$reason);
     }
     parent::setUp();
     self::$migrator = new Horde_Db_Migration_Migrator(self::$db, null, array('migrationsPath' => self::$dir, 'schemaTableName' => 'horde_history_schema_info'));
     self::$migrator->up();
 }