private static property MailTestCase::$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.

Archivo

drupal-7.x/modules/simpletest/tests/mail.test, line 14
Test the Drupal mailing system.

Class

MailTestCase
@file Test the Drupal mailing system.

Código

private static $sent_message;