From fd3568c35a05eb9cf09d90e5f86ffe98fd2a7c05 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 20 Jan 2016 17:29:15 -0800 Subject: [PATCH] phpunit.xml.dist - Update test suites Not sure how this is different, but it seems more accurate. --- phpunit.xml.dist | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index fb7ae2289e..b2f5700bec 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -11,8 +11,17 @@ bootstrap="tests/phpunit/CiviTest/bootstrap.php" > - - ./tests/phpunit/ + + ./tests/phpunit/api + + + ./tests/phpunit/CRM + + + ./tests/phpunit/Civi + + + ./tests/phpunit/WebTest -- 2.25.1