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

Queue connection($value = null)

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

string firing() Get the event that is currently firing.

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

NotificationFake class NotificationFake implements

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

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

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

void __construct() Create a new instance.

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

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

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

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

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

bool hasSent(mixed $notifiable, string $notification) Determine if there

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