1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

[ticket/15342] Fix tests

PHPBB3-15342
This commit is contained in:
Rubén Calvo
2018-05-17 02:02:12 +02:00
parent 171b56b0ac
commit b91ce7610b
3 changed files with 3 additions and 3 deletions

View File

@@ -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(