mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 07:01:22 +02:00
[ticket/10631] Update tests
PHPBB3-10631
This commit is contained in:
committed by
Unknown Bliss
parent
2a7e129291
commit
fd5ed30052
@@ -27,6 +27,7 @@ class phpbb_extension_manager_test extends phpbb_database_test_case
|
|||||||
|
|
||||||
$this->extension_manager = new phpbb_extension_manager(
|
$this->extension_manager = new phpbb_extension_manager(
|
||||||
$this->new_dbal(),
|
$this->new_dbal(),
|
||||||
|
new phpbb_config(array())
|
||||||
'phpbb_ext',
|
'phpbb_ext',
|
||||||
dirname(__FILE__) . '/',
|
dirname(__FILE__) . '/',
|
||||||
'.php',
|
'.php',
|
||||||
@@ -90,6 +91,7 @@ class phpbb_extension_manager_test extends phpbb_database_test_case
|
|||||||
{
|
{
|
||||||
$extension_manager = new phpbb_extension_manager(
|
$extension_manager = new phpbb_extension_manager(
|
||||||
$this->new_dbal(),
|
$this->new_dbal(),
|
||||||
|
new phpbb_config(array()),
|
||||||
'phpbb_ext',
|
'phpbb_ext',
|
||||||
dirname(__FILE__) . '/',
|
dirname(__FILE__) . '/',
|
||||||
'.php'
|
'.php'
|
||||||
|
@@ -125,6 +125,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
|||||||
{
|
{
|
||||||
$this->extension_manager = new phpbb_extension_manager(
|
$this->extension_manager = new phpbb_extension_manager(
|
||||||
$this->get_db(),
|
$this->get_db(),
|
||||||
|
new phpbb_config(),
|
||||||
self::$config['table_prefix'] . 'ext',
|
self::$config['table_prefix'] . 'ext',
|
||||||
$phpbb_root_path,
|
$phpbb_root_path,
|
||||||
".$phpEx",
|
".$phpEx",
|
||||||
|
Reference in New Issue
Block a user