diff --git a/.env.testing b/.env.testing index fcd139f8..53a0b9d0 100644 --- a/.env.testing +++ b/.env.testing @@ -8,8 +8,8 @@ LOG_CHANNEL=stack DB_CONNECTION=mysql DB_HOST=localhost -DB_PORT=1024 -DB_DATABASE=rms_db +DB_PORT=3306 +DB_DATABASE=rms_test_db DB_USERNAME=root DB_PASSWORD=password diff --git a/phpunit.xml b/phpunit.xml index 27aac949..fe5612d1 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -23,7 +23,7 @@ - +