From 3dee1db2603c84b53c9fe93b5da95d75846878d6 Mon Sep 17 00:00:00 2001 From: Nicofuma Date: Sat, 3 May 2014 03:36:01 +0200 Subject: [ticket/12485] Broken tests due to absolute exclude PHPBB3-12485 --- phpunit.xml.all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpunit.xml.all') diff --git a/phpunit.xml.all b/phpunit.xml.all index d91a614c97..b73b8873f6 100644 --- a/phpunit.xml.all +++ b/phpunit.xml.all @@ -13,7 +13,7 @@ > - ./tests/ + ./tests ./tests/functional tests/lint_test.php @@ -27,7 +27,7 @@ - ./tests/ + ./tests -- cgit v1.2.1