mixed channel(string|null $name = null) Get a channel instance by name
string firing() Get the event that is currently firing.
int size(string $queue = null) Get the size of the queue.
void send(Collection|array|mixed $notifiables, mixed $notification)
bool hasFired(string $event) Determine if the given event has been fired
MailableFake class MailableFake extends
mixed pushRaw(string $payload, string $queue = null, array $options = array())
mixed later(DateTime|int $delay,
mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null)
void sendNow(Collection|array|mixed $notifiables, mixed $notification)
Page 5 of 7