aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/notification')
-rw-r--r--tests/notification/submit_post_base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/submit_post_base.php b/tests/notification/submit_post_base.php
index d882c106ac..db65c5df07 100644
--- a/tests/notification/submit_post_base.php
+++ b/tests/notification/submit_post_base.php
@@ -98,7 +98,7 @@ abstract class phpbb_notification_submit_post_base extends phpbb_database_test_c
$adapter_factory_mock->expects($this->any())
->method('get')
->willReturn($adapter);
- $storage = new \phpbb\storage\storage($adapter_factory_mock, '');
+ $storage = new \phpbb\storage\storage($db, $adapter_factory_mock, '', '');
// User
$user = $this->createMock('\phpbb\user', array(), array(