mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/11335] (more) Make php_ext 'php' not '.php'
PHPBB3-11335
This commit is contained in:
@@ -115,7 +115,7 @@ class phpbb_extension_manager_test extends phpbb_database_test_case
|
||||
new phpbb_filesystem(),
|
||||
'phpbb_ext',
|
||||
dirname(__FILE__) . '/',
|
||||
'.' . $php_ext,
|
||||
$php_ext,
|
||||
($with_cache) ? new phpbb_mock_cache() : null
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user