MailFake::assertNotSent()
  • References/PHP/Laravel/Support/Testing/Fakes

void assertNotSent(string $mailable, callable|null $callback = null) Determine

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

mixed dispatchNow(mixed $command, mixed $handler = null) Dispatch a command

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

array failures() Get the array of failed recipients.

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

void assertPushed(string $job, callable|null $callback = null) Assert if

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

$this pipeThrough(array $pipes) Set the pipes commands should be piped

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

Collection dispatched(string $command, callable|null $callback = null)

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

void assertSent(string $mailable, callable|null $callback = null) Assert

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

bool hasListeners(string $eventName) Determine if a given event has listeners

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

$this bcc(mixed $users) Set the recipients of the message.

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

Collection pushed(string $job, callable|null $callback = null)

2025-01-10 15:47:30