NotificationFake

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 = null)

Get all of the notifications matching a truth-test callback.

bool hasSent(mixed $notifiable, string $notification)

Determine if there are more notifications left to inspect.

void send(Collection|array|mixed $notifiables, mixed $notification)

Send the given notification to the given notifiable entities.

void sendNow(Collection|array|mixed $notifiables, mixed $notification)

Send the given notification immediately.

mixed channel(string|null $name = null)

Get a channel instance by name.

doc_Laravel
2016-11-02 16:30:36
Comments
Leave a Comment

Please login to continue.