function MailTestCase::mail
Send function that is called through the mail system.
Overrides MailSystemInterface::mail
File
-
modules/
simpletest/ tests/ mail.test, line 155
Class
- MailTestCase
- @file Test the Drupal mailing system.
Code
public function mail(array $message) {
self::$sent_message = $message;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.