1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12962] Use phpVersion in phpunit.xml

PHPBB3-12962
This commit is contained in:
Dhruv
2014-10-27 08:13:41 -07:00
parent c6cca9d0d2
commit cc82f95c8f
3 changed files with 3 additions and 3 deletions

View File

@@ -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';
}