diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-03-13 10:52:10 +0100 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-03-13 10:52:10 +0100 |
commit | 86a88751a843a800020aad5405a531c3753512e1 (patch) | |
tree | 71faa48c134e0bbba290667aa963d51f777d6f65 /tests | |
parent | dbebe30c9a109e5be78590c4a49a71122ad411c6 (diff) | |
download | forums-86a88751a843a800020aad5405a531c3753512e1.tar forums-86a88751a843a800020aad5405a531c3753512e1.tar.gz forums-86a88751a843a800020aad5405a531c3753512e1.tar.bz2 forums-86a88751a843a800020aad5405a531c3753512e1.tar.xz forums-86a88751a843a800020aad5405a531c3753512e1.zip |
[ticket/12267] Replace $php_ext with $phpEx
PHPBB3-12267
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_framework/phpbb_functional_test_case.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php index 6a04dac691..411d97b590 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -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() ); |