bool hasFired(string $event) Determine if the given event has been fired
array getRecipients() Get the recipient information for the mailable.
void send(string|array $view, array $data = array(), Closure|string $callback = null)
void assertNotPushed(string $job, callable|null $callback = null) Determine
void assertNotDispatched(string $command, callable|null $callback = null)
Job|null pop(string $queue = null)
void flush(string $event) Flush a set of pushed events.
void assertFired(string $event, callable|null $callback = null) Assert
MailableMailer to(mixed $users) Begin the process of mailing a mailable
void assertSentTo(mixed $notifiable, string $notification, callable|null $callback = null)
Page 6 of 7