diff --git a/tests/Event/NotificationEventTest.php b/tests/Event/NotificationEventTest.php index 57c6e5b..60a1e58 100644 --- a/tests/Event/NotificationEventTest.php +++ b/tests/Event/NotificationEventTest.php @@ -76,7 +76,7 @@ private function generateNbNotifications(): array $arr[] = $defaultNotification; // 3 - $disabledNotification = new NotificationModel('disabled', 'My disabled Message', null); + $disabledNotification = new NotificationModel('disabled', 'My disabled Message'); $disabledNotification->setDisabled(true); $disabledNotification->setBadgeAnimated(false); $arr[] = $disabledNotification;