You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there any way to assert that a push notification was sent to a specific device ?
In a manner that looks like this :
\Notification::fake();
// some other work in here
\Notification::assertSentTo($user, DummyNotification::class, function ($notification, $channels) {
// assertions
});
The text was updated successfully, but these errors were encountered:
is there any way to assert that a push notification was sent to a specific device ?
In a manner that looks like this :
The text was updated successfully, but these errors were encountered: