From 56670271d68b81c53e048fc5f98910e66d3bc4d8 Mon Sep 17 00:00:00 2001 From: Ollama Date: Fri, 27 Mar 2026 07:54:37 +0000 Subject: [PATCH] fix: remove duplicate phpunit.xml that prevented tests from running The tests/phpunit.xml was incomplete - it only configured helpers and Libraries testsuites, while phpunit.xml.dist at root contains all tests. PHPUnit was likely using the incomplete config, resulting in empty test results. --- tests/phpunit.xml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/phpunit.xml diff --git a/tests/phpunit.xml b/tests/phpunit.xml deleted file mode 100644 index fefec4218..000000000 --- a/tests/phpunit.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - helpers - - - Libraries - - - -