mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/13146] Last missing phpbb_mock_event_dispatcher()
Thank you nickvergessen PHPBB3-13146
This commit is contained in:
parent
346f654b2e
commit
da9ac2da72
1 changed files with 1 additions and 4 deletions
|
@ -309,10 +309,7 @@ class phpbb_content_visibility_delete_post_test extends phpbb_database_test_case
|
|||
)));
|
||||
$user = new \phpbb\user('\phpbb\datetime');
|
||||
|
||||
|
||||
$phpbb_dispatcher = $this->getMockBuilder('\phpbb\event\dispatcher')
|
||||
->disableOriginalConstructor()
|
||||
->getMock();
|
||||
$phpbb_dispatcher = new phpbb_mock_event_dispatcher();
|
||||
|
||||
$phpbb_container = new phpbb_mock_container_builder();
|
||||
$phpbb_container->set('notification_manager', new phpbb_mock_notification_manager());
|
||||
|
|
Loading…
Add table
Reference in a new issue