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.functional | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 phpunit.xml.functional (limited to 'phpunit.xml.functional') 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 - - - -- cgit v1.2.1