mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/11444] Update tests and cleanup types/methods
PHPBB3-11444
This commit is contained in:
@@ -81,9 +81,9 @@ class phpbb_notification_test extends phpbb_tests_notification_base
|
||||
);
|
||||
|
||||
$subscriptions = $this->notifications->get_global_subscriptions(2);
|
||||
|
||||
foreach ($expected_subscriptions as $item_type => $methods)
|
||||
{
|
||||
self::assertArrayHasKey($item_type, $subscriptions);
|
||||
$this->assert_array_content_equals($methods, $subscriptions[$item_type]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user