NotificationFake
class NotificationFake implements Factory (View source)
Methods
void assertSentTo(mixed $notifiable, string $notification, callable|null $callback = null) Assert if a notification was sent based on a truth-test callback. void assertNotSentTo(mixed $notifiable, string $notification, callable|null $callback = null) Determine if a notification was sent based on a truth-test callback. Collection sent(mixed $notifiable, string $notification, callable|null $callback =