From 697824007a6fe13867084c5b117b8ad29a43e6fd Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 8 Mar 2023 11:58:29 -0800 Subject: [PATCH] Move DB_CONNECTION back to .env.testing.example --- .env.testing.example | 2 +- phpunit.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.env.testing.example b/.env.testing.example index 2a6a446bfc..3391d62726 100644 --- a/.env.testing.example +++ b/.env.testing.example @@ -11,7 +11,7 @@ APP_LOCALE=en # -------------------------------------------- # REQUIRED: DATABASE SETTINGS # -------------------------------------------- -# DB_CONNECTION is set to "mysql" in phpunit.xml +DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=null diff --git a/phpunit.xml b/phpunit.xml index b0ce0a6f23..4ee53b57b3 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -28,7 +28,6 @@ -