Update composer.json to correct utopia-php/database version reference and modify test to use the correct endpoint for MongoDB operations.

This commit is contained in:
shimon
2025-08-27 10:25:23 +03:00
parent 4fb680350a
commit 6910d669de
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
"utopia-php/cache": "0.13.*",
"utopia-php/cli": "0.15.*",
"utopia-php/config": "0.2.*",
"utopia-php/database": "dev-feat-mongo-tmp-with-uuid7 as 0.73.0",
"utopia-php/database": "dev-feat-mongo-tmp as 0.73.0",
"utopia-php/detector": "0.1.*",
"utopia-php/domains": "0.8.*",
"utopia-php/dns": "0.3.*",
@@ -234,7 +234,6 @@ class DatabasesCustomClientTest extends Scope
$this->markTestSkipped('MongoDB is not supported for this test');
}
$database = $this->client->call(Client::METHOD_POST, '/databases', [
$database = $this->client->call(Client::METHOD_POST, '/tablesdb', [
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],