From d6ac4a1130721638ec76756ae0dd7b72136383c1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 9 May 2014 11:07:52 +0200 Subject: [PATCH] [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 ++++----- phpunit.xml.functional | 39 --------------------------------------- 2 files changed, 4 insertions(+), 44 deletions(-) delete mode 100644 phpunit.xml.functional 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 diff --git a/phpunit.xml.functional b/phpunit.xml.functional deleted file mode 100644 index 9f3033b074..0000000000 --- a/phpunit.xml.functional +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - ./tests - ./tests/functional - tests/lint_test.php - - - tests/lint_test.php - - - ./tests/functional - - - - - - functional - - - - - - ./tests - - -