diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-04-24 17:41:27 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-04-24 17:46:00 -0500 |
| commit | f49993766e2bcf4efe346e29972f3721b1b1438a (patch) | |
| tree | c845ccfef7a27e1da4375ad5a46667d2a04743a3 /tests/test_framework | |
| parent | c870b9f43be073a766e4380857415e011b5ed7ef (diff) | |
| download | forums-f49993766e2bcf4efe346e29972f3721b1b1438a.tar forums-f49993766e2bcf4efe346e29972f3721b1b1438a.tar.gz forums-f49993766e2bcf4efe346e29972f3721b1b1438a.tar.bz2 forums-f49993766e2bcf4efe346e29972f3721b1b1438a.tar.xz forums-f49993766e2bcf4efe346e29972f3721b1b1438a.zip | |
[ticket/11335] (more) Make php_ext 'php' not '.php'
PHPBB3-11335
Diffstat (limited to 'tests/test_framework')
| -rw-r--r-- | tests/test_framework/phpbb_functional_test_case.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php index b9647e4742..5534de89c9 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -156,7 +156,7 @@ class phpbb_functional_test_case extends phpbb_test_case new phpbb_filesystem(), self::$config['table_prefix'] . 'ext', dirname(__FILE__) . '/', - '.' . $php_ext, + $php_ext, $this->get_cache_driver() ); |
