QueueFake::pushRaw()
  • References/PHP/Laravel/Support/Testing/Fakes

mixed pushRaw(string $payload, string $queue = null, array $options = array())

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

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

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

array getRecipients() Get the recipient information for the mailable.

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

void send(string|array $view, array $data = array(), Closure|string $callback = null)

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

void assertNotPushed(string $job, callable|null $callback = null) Determine

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

void assertNotDispatched(string $command, callable|null $callback = null)

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

Job|null pop(string $queue = null)

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

void flush(string $event) Flush a set of pushed events.

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

void assertFired(string $event, callable|null $callback = null) Assert

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

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

2025-01-10 15:47:30