From 4bfcd643e6e895167fc274aa6c61cd88dc8b6e36 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 16 Feb 2024 20:33:44 +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 c4edb294..cfa9c5bc 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -14,14 +14,14 @@ - - - - - - - - - + + + + + + + + +