From 771dd92a141cce45016891fd502d4ae708aa4f64 Mon Sep 17 00:00:00 2001 From: fogelito Date: Sun, 1 Feb 2026 11:55:01 +0200 Subject: [PATCH] https --- .env | 2 +- phpunit.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 5f7a76d4ea..210085372c 100644 --- a/.env +++ b/.env @@ -131,4 +131,4 @@ _APP_FUNCTIONS_CREATION_ABUSE_LIMIT=5000 _APP_STATS_USAGE_DUAL_WRITING_DBS=database_db_main _APP_TRUSTED_HEADERS=x-forwarded-for _APP_POOL_ADAPTER=stack -_APP_MIGRATION_ENDPOINT=http://appwrite.test/v1 \ No newline at end of file +_APP_MIGRATION_ENDPOINT=https://appwrite.test/v1 \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml index a8578995c1..215ee2d59d 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,7 +6,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false" + stopOnFailure="true" >