mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/10631] Update tests
PHPBB3-10631
This commit is contained in:
parent
2a7e129291
commit
fd5ed30052
2 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,7 @@ class phpbb_extension_manager_test extends phpbb_database_test_case
|
|||
|
||||
$this->extension_manager = new phpbb_extension_manager(
|
||||
$this->new_dbal(),
|
||||
new phpbb_config(array())
|
||||
'phpbb_ext',
|
||||
dirname(__FILE__) . '/',
|
||||
'.php',
|
||||
|
@ -90,6 +91,7 @@ class phpbb_extension_manager_test extends phpbb_database_test_case
|
|||
{
|
||||
$extension_manager = new phpbb_extension_manager(
|
||||
$this->new_dbal(),
|
||||
new phpbb_config(array()),
|
||||
'phpbb_ext',
|
||||
dirname(__FILE__) . '/',
|
||||
'.php'
|
||||
|
|
|
@ -125,6 +125,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
|||
{
|
||||
$this->extension_manager = new phpbb_extension_manager(
|
||||
$this->get_db(),
|
||||
new phpbb_config(),
|
||||
self::$config['table_prefix'] . 'ext',
|
||||
$phpbb_root_path,
|
||||
".$phpEx",
|
||||
|
|
Loading…
Add table
Reference in a new issue