From 1dfafffa58b1cc0f0478e825b5a18b87c9c3f73b Mon Sep 17 00:00:00 2001 From: catch Date: Fri, 28 Jun 2019 09:50:48 +0100 Subject: [PATCH] Issue #3062122 by martin107, Lendude, mondrake, Mile23, jibran: phpunit: Code Coverage Fix Up --- core/phpunit.xml.dist | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/core/phpunit.xml.dist b/core/phpunit.xml.dist index 36b04b771a2..cde7773b270 100644 --- a/core/phpunit.xml.dist +++ b/core/phpunit.xml.dist @@ -54,11 +54,20 @@ ./includes ./lib + ./modules + + ./modules/*/src/Tests + ./modules/*/tests + ../modules + + ../modules/*/src/Tests + ../modules/*/tests + ../modules/*/*/src/Tests + ../modules/*/*/tests + ../sites - - */tests/*