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.
Type: sent_message
File
-
modules/
simpletest/ tests/ mail.test, line 14
Class
- MailTestCase
- @file Test the Drupal mailing system.
Code
private static $sent_message;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.