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:
@@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user