From 1317fd9e421a58dcd5f0f576eb79dcb8dc9cce99 Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 5 Jan 2023 17:03:02 +0000 Subject: [PATCH] Use `` tags for configuration `` tags have a lower precedence than system environment variables making it easier to overwrite PHPUnit configuration values in additional environments, such a CI. Review this blog post for more details on configuration precedence when testing Laravel: https://jasonmccreary.me/articles/laravel-testing-configuration-precedence/ --- phpunit.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 1581b598..fc15f97b 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -18,15 +18,15 @@ - - - - - - - - - + + + + + + + + +