From 4c2748ff5007c769d961ebab91d0e159cd9bd917 Mon Sep 17 00:00:00 2001 From: Constantin Graf Date: Wed, 3 Jul 2024 15:05:00 +0200 Subject: [PATCH] Added tests of extension to phpunit config --- phpunit.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/phpunit.xml b/phpunit.xml index d5881ea7..0d1a2acf 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -11,11 +11,21 @@ tests/Feature + + ./extensions/*/tests/Feature + ./extensions/*/tests/Unit + app + ./extensions + + ./extensions/*/database + ./extensions/*/resources + ./extensions/*/tests +