From 64cad51dd0af21a8b3e4ed44fe8affb2f0a3e7bf Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Wed, 15 Apr 2026 12:04:20 +0300 Subject: [PATCH] phpunit.xml configuration --- app/phpunit.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 app/phpunit.xml diff --git a/app/phpunit.xml b/app/phpunit.xml new file mode 100644 index 000000000..2be17125d --- /dev/null +++ b/app/phpunit.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + tests/TestCase/ + + + + + + + + + + + + + src/ + plugins/*/src/ + + + src/Console/Installer.php + + +