From dda7bd0923d7dacdfc02a0f899a5e586e09ca06b Mon Sep 17 00:00:00 2001 From: Menkveld Date: Thu, 1 Feb 2024 19:38:03 +0100 Subject: [PATCH] phpunit's request for xml file migration --- phpunit.xml | 23 +++++++---------------- phpunit.xml.bak | 29 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 16 deletions(-) create mode 100644 phpunit.xml.bak diff --git a/phpunit.xml b/phpunit.xml index 15ad20d..2122579 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,20 +1,6 @@ - - - - src/ - - + + ./tests/Unit @@ -26,4 +12,9 @@ + + + src/ + + diff --git a/phpunit.xml.bak b/phpunit.xml.bak new file mode 100644 index 0000000..15ad20d --- /dev/null +++ b/phpunit.xml.bak @@ -0,0 +1,29 @@ + + + + + src/ + + + + + ./tests/Unit + + + ./tests/Feature + + + + + +