We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567cafc commit 83d6b80Copy full SHA for 83d6b80
Test/NotificationAssertionsTrait.php
@@ -29,7 +29,7 @@ public static function assertNotificationCount(int $count, string $transportName
29
30
public static function assertQueuedNotificationCount(int $count, string $transportName = null, string $message = ''): void
31
{
32
- self::assertThat(self::getMessageMailerEvents(), new NotifierConstraint\NotificationCount($count, $transportName, true), $message);
+ self::assertThat(self::getNotificationEvents(), new NotifierConstraint\NotificationCount($count, $transportName, true), $message);
33
}
34
35
public static function assertNotificationIsQueued(MessageEvent $event, string $message = ''): void
0 commit comments