From d6ac4a1130721638ec76756ae0dd7b72136383c1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 9 May 2014 11:07:52 +0200 Subject: [ticket/10839] Always run functional tests by default They are skipped anyway, if $phpbb_functional_url is not configured. If you want to run tests without functional tests, just append --exclude-group functional to your call PHPBB3-10839 --- phpunit.xml.dist | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'phpunit.xml.dist') diff --git a/phpunit.xml.dist b/phpunit.xml.dist index f5871e2eeb..c4906e42fe 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -15,19 +15,18 @@ ./tests ./tests/functional - tests/lint_test.php - - - tests/lint_test.php + ./tests/lint_test.php ./tests/functional + + ./tests/lint_test.php + - functional slow -- cgit v1.2.1