aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-10-27 08:13:41 -0700
committerDhruv <dhruv.goel92@gmail.com>2014-10-27 08:13:41 -0700
commitcc82f95c8fd46c68dcd87334e37d3bfcd1d7c316 (patch)
tree5cf9ecc78ee20924a8c29e3d32ac7c7dfa8a53e7 /tests/bootstrap.php
parentc6cca9d0d258fdbe832bba5d40a6e044e90ff873 (diff)
downloadforums-cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316.tar
forums-cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316.tar.gz
forums-cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316.tar.bz2
forums-cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316.tar.xz
forums-cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316.zip
[ticket/12962] Use phpVersion in phpunit.xml
PHPBB3-12962
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index c635a3abf4..65447eb95c 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -34,7 +34,7 @@ require_once 'test_framework/phpbb_database_test_case.php';
require_once 'test_framework/phpbb_database_test_connection_manager.php';
require_once 'test_framework/phpbb_functional_test_case.php';
-if (version_compare(PHP_VERSION,'5.3.19',">="))
+if (version_compare(PHP_VERSION,'5.3.19', ">="))
{
require_once 'test_framework/phpbb_ui_test_case.php';
}