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" >