mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/11335] (more) Make php_ext 'php' not '.php'
PHPBB3-11335
This commit is contained in:
@@ -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()
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user