diff options
author | Sam Light <samlight1994@gmail.com> | 2025-01-18 20:32:52 +0000 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-01-18 20:32:52 +0000 |
commit | b49d12a5c2536075a1b23289c291d8dda56940e1 (patch) | |
tree | 4e7630f4be6586926adef64f7b22e006ec92cfcf /phpunit.xml | |
parent | 9d30930460156a7e86cee2d4b8f0520e2086fac2 (diff) |
Testing db connection env var
Diffstat (limited to 'phpunit.xml')
-rw-r--r-- | phpunit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml b/phpunit.xml index 10bf8b2..ef10e26 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -18,6 +18,6 @@ </include> </source> <php> - + <env name="DB_CONNECTION" value="testing"/> </php> </phpunit> |