From ee3530a961462d7900e0cf089e6aa407aaa2fd7a Mon Sep 17 00:00:00 2001 From: Zsolt Varga Date: Sat, 23 Sep 2023 00:17:05 +0200 Subject: [PATCH] Upgrade the PHPUnit test config --- phpunit.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index fd7a236..06e5ba2 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,12 +1,13 @@ - - - - ./src - - + + ./tests ./tests/_fixture + + + ./src + +