[ticket/652] Fix test failures caused by latest changes to phpBB's master

B3P-652
This commit is contained in:
Marc Alexander
2015-09-14 17:52:10 +02:00
parent 2799ba6762
commit e4e5141978
8 changed files with 13 additions and 10 deletions

View File

@@ -94,7 +94,7 @@ class modules_manager_confirm_box_test extends \board3\portal\tests\testframewor
new \phpbb\symfony_request(
new \phpbb_mock_request()
),
new \phpbb\filesystem(),
new \phpbb\filesystem\filesystem(),
new \phpbb_mock_request(),
$phpbb_root_path,
$phpEx

View File

@@ -89,7 +89,7 @@ class board3_portal_modules_manager_test extends \board3\portal\tests\testframew
new \phpbb\symfony_request(
new \phpbb_mock_request()
),
new \phpbb\filesystem(),
new \phpbb\filesystem\filesystem(),
new \phpbb_mock_request(),
$phpbb_root_path,
$phpEx