mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge branch '0.13.x' of https://github.com/appwrite/appwrite into feat-storage-ui-updates
This commit is contained in:
@@ -21,7 +21,7 @@ abstract class MigrationTest extends TestCase
|
||||
|
||||
/**
|
||||
* Runs every document fix twice, to prevent corrupted data on multiple migrations.
|
||||
*
|
||||
*
|
||||
* @param Document $document
|
||||
*/
|
||||
protected function fixDocument(Document $document)
|
||||
@@ -42,6 +42,6 @@ abstract class MigrationTest extends TestCase
|
||||
$this->assertTrue(class_exists('Appwrite\\Migration\\Version\\'.$class));
|
||||
}
|
||||
// Test if current version exists
|
||||
$this->assertArrayHasKey(APP_VERSION_STABLE, Migration::$versions);
|
||||
//$this->assertArrayHasKey(APP_VERSION_STABLE, Migration::$versions);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user