private static property MailTestCase::$sent_message in SimpleTest 7
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
- tests/
mail.test, line 13
Class
- MailTestCase
- Test the Drupal mailing system.
Code
private static $sent_message;