[ticket/12267] Replace $php_ext with $phpEx

PHPBB3-12267
This commit is contained in:
Oliver Schramm 2014-03-13 10:52:10 +01:00
parent dbebe30c9a
commit 86a88751a8

View file

@ -192,7 +192,7 @@ class phpbb_functional_test_case extends phpbb_test_case
$db_tools,
self::$config['table_prefix'] . 'migrations',
$phpbb_root_path,
$php_ext,
$phpEx,
self::$config['table_prefix'],
array(),
new \phpbb\db\migration\helper()
@ -207,7 +207,7 @@ class phpbb_functional_test_case extends phpbb_test_case
new phpbb\filesystem(),
self::$config['table_prefix'] . 'ext',
dirname(__FILE__) . '/',
$php_ext,
$phpEx,
$this->get_cache_driver()
);