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
MailFake::assertSentTo()
  • References/PHP/Laravel/Support/Testing/Fakes

void assertSentTo(mixed $users, string $mailable, callable|null $callback = null)

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

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

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

mixed push(string $job, mixed $data = '', string $queue = null) Push a

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::push()
  • References/PHP/Laravel/Support/Testing/Fakes

void push(string $event, array $payload = array()) Register an event and

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

void forgetPushed() Forget all of the queued listeners.

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
NotificationFake::sent()
  • References/PHP/Laravel/Support/Testing/Fakes

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

2025-01-10 15:47:30