From 1fe95ec07e85cb317347991899bfd16d21c7d45b Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 23 Oct 2017 13:09:25 +0200 Subject: [PATCH] Move all tests under api/src into api/tests --- doc/phpunit.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/phpunit.xml b/doc/phpunit.xml index dc7bf53cbf..32785360af 100644 --- a/doc/phpunit.xml +++ b/doc/phpunit.xml @@ -13,17 +13,15 @@ ../api/tests - ../api/src/test/ - ../api/src/*/test/ - ../api/src/tests/EtemplateTest.php - ../api/src/Etemplate/tests/ - ../api/src/Etemplate/Widget/tests/ + ../api/tests/EtemplateTest.php + ../api/Etemplate/tests/ + ../api/Etemplate/Widget/tests/ - ../*/tests/ + ../*/tests/ ../api