mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/17535] Update PHPUnit to v.10
PHPBB-17535
This commit is contained in:
@@ -120,7 +120,7 @@ class notification_method_email_test extends phpbb_tests_notification_base
|
||||
$phpbb_container->getParameter('tables.notification_emails'),
|
||||
$phpbb_container->get('messenger.method_collection')
|
||||
])
|
||||
->setMethods(['notify_using_messenger'])
|
||||
->onlyMethods(['notify_using_messenger'])
|
||||
->getMock();
|
||||
$notification_method_email = $this->notification_method_email;
|
||||
|
||||
|
Reference in New Issue
Block a user