NotificationFake::channel()
  • References/PHP/Laravel/Support/Testing/Fakes

mixed channel(string|null $name = null) Get a channel instance by name

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

int size(string $queue = null) Get the size of the queue.

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

bool hasFired(string $event) Determine if the given event has been fired

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

MailableFake class MailableFake extends

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

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

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

mixed later(DateTime|int $delay,

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

mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null)

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

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

2025-01-10 15:47:30