mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: remove irrelevant migration tests
This commit is contained in:
@@ -53,17 +53,6 @@ class MigrationV12Test extends MigrationTest
|
||||
$this->assertEquals($document->getAttribute('search'), 'team Appwrite');
|
||||
}
|
||||
|
||||
public function testMigrationFiles()
|
||||
{
|
||||
$document = $this->fixDocument(new Document([
|
||||
'$id' => 'file',
|
||||
'$collection' => 'files',
|
||||
'name' => 'Dog.jpeg'
|
||||
]));
|
||||
|
||||
$this->assertEquals($document->getAttribute('search'), 'file Dog.jpeg');
|
||||
}
|
||||
|
||||
public function testMigrationFunctions()
|
||||
{
|
||||
$document = $this->fixDocument(new Document([
|
||||
@@ -76,17 +65,6 @@ class MigrationV12Test extends MigrationTest
|
||||
$this->assertEquals($document->getAttribute('search'), 'function My Function php-8.0');
|
||||
}
|
||||
|
||||
public function testMigrationTags()
|
||||
{
|
||||
$document = $this->fixDocument(new Document([
|
||||
'$id' => 'tag',
|
||||
'$collection' => 'tags',
|
||||
'command' => 'php main.php'
|
||||
]));
|
||||
|
||||
$this->assertEquals($document->getAttribute('search'), 'tag php main.php');
|
||||
}
|
||||
|
||||
public function testMigrationExecutions()
|
||||
{
|
||||
$document = $this->fixDocument(new Document([
|
||||
|
||||
Reference in New Issue
Block a user