private static property MailTest::$sent_message

The most recent message that was sent through the test case.

We take advantage here of the fact that static variables are shared among all instance of the same class.

File

drupal/core/modules/system/lib/Drupal/system/Tests/Mail/MailTest.php, line 31
Definition of Drupal\system\Tests\Mail\MailTest.

Class

MailTest
Defines a mail class used for testing.

Namespace

Drupal\system\Tests\Mail

Code

private static $sent_message;