From aac4e31eeeb25f0de2b575d30d0fe4bc871a99cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 1 Dec 2015 14:19:59 +0100 Subject: [PATCH] Fix test discovery for class tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- phpunit.xml.dist | 2 +- phpunit.xml.hhvm | 2 +- phpunit.xml.nocoverage | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3177bf201b..18b762bff5 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -15,7 +15,7 @@ - test/classes + test/classes test/engines diff --git a/phpunit.xml.hhvm b/phpunit.xml.hhvm index 7ae549d631..7ae089b830 100644 --- a/phpunit.xml.hhvm +++ b/phpunit.xml.hhvm @@ -10,7 +10,7 @@ - test/classes + test/classes test/engines diff --git a/phpunit.xml.nocoverage b/phpunit.xml.nocoverage index 3a2234735d..1683df5b69 100644 --- a/phpunit.xml.nocoverage +++ b/phpunit.xml.nocoverage @@ -17,7 +17,7 @@ - test/classes + test/classes test/engines