From f8fb65db631fe1c7f0f9a72af7e311f05906cc13 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 9 May 2014 11:22:58 +0200 Subject: [ticket/10839] Remove version compare as the php minimum requirement is 5.3.3 PHPBB3-10839 --- phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpunit.xml.dist') diff --git a/phpunit.xml.dist b/phpunit.xml.dist index e65fdb3938..3475742288 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -18,7 +18,7 @@ ./tests/lint_test.php - ./tests/functional + ./tests/functional ./tests/lint_test.php -- cgit v1.2.1