From b16867f873c0abacb374d05f16be6a0efd67b4c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20=C3=87ak=C4=B1rel?= Date: Sun, 8 Dec 2019 02:39:40 +0300 Subject: [PATCH] Add tests directories for Modules --- phpunit.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpunit.xml b/phpunit.xml index da9d441d8..8dcecdf3c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -11,10 +11,12 @@ ./tests/Feature + ./modules/**/Tests/Feature ./tests/Unit + ./modules/**/Tests/Unit