Merge branch 'feat-mongodb' of github.com:appwrite/appwrite into feat-mongodb

This commit is contained in:
Jake Barnby
2025-11-26 22:49:50 +13:00
19 changed files with 95 additions and 70 deletions
@@ -1315,7 +1315,7 @@ trait MigrationsBase
$this->assertEquals('CSV', $response['body']['destination']);
return true;
}, 30000, 500);
}, 30_000, 500);
// Check that email was sent with download link
$lastEmail = $this->getLastEmail();
@@ -2552,7 +2552,7 @@ class SitesCustomServerTest extends Scope
$this->cleanupSite($siteId);
}
public function testDomainForFailedDeloyment(): void
public function testDomainForFailedDeployment(): void
{
$siteId = $this->setupSite([
'siteId' => ID::unique(),