class Illuminate / Support / Testing / Fakes / PendingMailFake
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

PendingMailFake

Extends

Methods

public

__construct ( $mailer ) : void

Create a new instance.

Parameters

public

send ( Mailable $mailable ) : void

Send a new mailable message instance.

Parameters

public

queue ( Mailable $mailable ) : mixed

Push the given mailable onto the queue.

Parameters