chore: fix tests

This commit is contained in:
Christy Jacob
2024-06-21 18:02:01 +00:00
parent bf8b2ea7ae
commit 7b63f68fc3
4 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -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
View File
@@ -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",
+1
View File
@@ -108,6 +108,7 @@ class HTTPTest extends Scope
'0.14.x',
];
// var_dump($files);
foreach ($files as $file) {
if (in_array($file, ['.', '..'])) {
continue;