From 15090128987caa53af245d3aee2a904c7c369d5c Mon Sep 17 00:00:00 2001 From: amirghasempoor Date: Tue, 16 Apr 2024 15:05:50 +0330 Subject: [PATCH] create a test db --- .env.testing | 4 ++-- phpunit.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@ - +