EventFake::fired()
  • References/PHP/Laravel/Support/Testing/Fakes

Collection fired(string $event, callable|null $callback = null)

2025-01-10 15:47:30
BusFake::dispatch()
  • References/PHP/Laravel/Support/Testing/Fakes

mixed dispatch(mixed $command) Dispatch a command to its appropriate handler

2025-01-10 15:47:30
NotificationFake::assertNotSentTo()
  • References/PHP/Laravel/Support/Testing/Fakes

void assertNotSentTo(mixed $notifiable, string $notification, callable|null $callback = null)

2025-01-10 15:47:30
MailFake::bcc()
  • References/PHP/Laravel/Support/Testing/Fakes

MailableMailer bcc(mixed $users) Begin the process of mailing a mailable

2025-01-10 15:47:30
EventFake::listen()
  • References/PHP/Laravel/Support/Testing/Fakes

void listen(string|array $events, mixed $listener, int $priority) Register

2025-01-10 15:47:30
MailFake::sent()
  • References/PHP/Laravel/Support/Testing/Fakes

Collection sent(string $mailable, callable|null $callback = null)

2025-01-10 15:47:30
MailFake::raw()
  • References/PHP/Laravel/Support/Testing/Fakes

int raw(string $text, Closure|string $callback)

2025-01-10 15:47:30
QueueFake
  • References/PHP/Laravel/Support/Testing/Fakes

QueueFake class QueueFake implements

2025-01-10 15:47:30
NotificationFake::sent()
  • References/PHP/Laravel/Support/Testing/Fakes

Collection sent(mixed $notifiable, string $notification, callable|null

2025-01-10 15:47:30
MailFake::hasSent()
  • References/PHP/Laravel/Support/Testing/Fakes

bool hasSent(string $mailable) Determine if the given mailable has been

2025-01-10 15:47:30