From d393649dd2ff387ef6872f604430f18313ed8e43 Mon Sep 17 00:00:00 2001 From: tenzap Date: Mon, 19 Jun 2023 20:19:20 +0200 Subject: [PATCH] fix error with phpunit10 (migrate configuration) Produced by: phpunit --migrate-configuration --- tests/phpunit.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tests/phpunit.xml b/tests/phpunit.xml index abe1b7a7b5..4dda335804 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -1,10 +1,6 @@ - - - - ../system/ - - + + ./codeigniter/core @@ -12,4 +8,9 @@ ./codeigniter/libraries + + + ../system/ + +