mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge branch '0.13.x' of https://github.com/appwrite/appwrite into feat-storage-ui-updates
This commit is contained in:
commit
69e45bd2c7
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ abstract class MigrationTest extends TestCase
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Runs every document fix twice, to prevent corrupted data on multiple migrations.
|
* Runs every document fix twice, to prevent corrupted data on multiple migrations.
|
||||||
*
|
*
|
||||||
* @param Document $document
|
* @param Document $document
|
||||||
*/
|
*/
|
||||||
protected function fixDocument(Document $document)
|
protected function fixDocument(Document $document)
|
||||||
|
|
@ -42,6 +42,6 @@ abstract class MigrationTest extends TestCase
|
||||||
$this->assertTrue(class_exists('Appwrite\\Migration\\Version\\'.$class));
|
$this->assertTrue(class_exists('Appwrite\\Migration\\Version\\'.$class));
|
||||||
}
|
}
|
||||||
// Test if current version exists
|
// Test if current version exists
|
||||||
$this->assertArrayHasKey(APP_VERSION_STABLE, Migration::$versions);
|
//$this->assertArrayHasKey(APP_VERSION_STABLE, Migration::$versions);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue