mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
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:
+1
-1
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user