mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: fix tests
This commit is contained in:
@@ -17,7 +17,7 @@ _APP_OPTIONS_ROUTER_PROTECTION=disabled
|
||||
_APP_OPTIONS_FORCE_HTTPS=disabled
|
||||
_APP_OPTIONS_FUNCTIONS_FORCE_HTTPS=disabled
|
||||
_APP_OPENSSL_KEY_V1=your-secret-key
|
||||
_APP_DOMAIN=traefik
|
||||
_APP_DOMAIN=localhost
|
||||
_APP_DOMAIN_FUNCTIONS=functions.localhost
|
||||
_APP_DOMAIN_TARGET=localhost
|
||||
_APP_REDIS_HOST=redis
|
||||
|
||||
File diff suppressed because one or more lines are too long
Generated
+6
-6
@@ -1719,16 +1719,16 @@
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/database",
|
||||
"version": "0.49.13",
|
||||
"version": "0.49.14",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/utopia-php/database.git",
|
||||
"reference": "fff42e0bd1db5a03d8c5df4302d72443bde3b860"
|
||||
"reference": "415588c0b98edee9d72cdfe269ff79b14cd8f56d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/utopia-php/database/zipball/fff42e0bd1db5a03d8c5df4302d72443bde3b860",
|
||||
"reference": "fff42e0bd1db5a03d8c5df4302d72443bde3b860",
|
||||
"url": "https://api.github.com/repos/utopia-php/database/zipball/415588c0b98edee9d72cdfe269ff79b14cd8f56d",
|
||||
"reference": "415588c0b98edee9d72cdfe269ff79b14cd8f56d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1769,9 +1769,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/utopia-php/database/issues",
|
||||
"source": "https://github.com/utopia-php/database/tree/0.49.13"
|
||||
"source": "https://github.com/utopia-php/database/tree/0.49.14"
|
||||
},
|
||||
"time": "2024-06-18T14:33:55+00:00"
|
||||
"time": "2024-06-20T02:39:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/domains",
|
||||
|
||||
@@ -108,6 +108,7 @@ class HTTPTest extends Scope
|
||||
'0.14.x',
|
||||
];
|
||||
|
||||
// var_dump($files);
|
||||
foreach ($files as $file) {
|
||||
if (in_array($file, ['.', '..'])) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user