From fd239fa40c118c5d4f39d148da4ec8154ffe0c15 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 28 Jun 2018 14:26:37 +0200 Subject: [PATCH] Separate framework and modules tests logically refs #3494 --- modules/test/phpunit.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/modules/test/phpunit.xml b/modules/test/phpunit.xml index f2d8c0644..da5d10674 100644 --- a/modules/test/phpunit.xml +++ b/modules/test/phpunit.xml @@ -4,11 +4,13 @@ - + ../../test/php/application/ ../../test/php/library/ + - + + ../*/test/php ../*/test/php/regression @@ -16,8 +18,12 @@ - + ../../test/php/regression/ + + + + ../*/test/php/regression