public static function TestNotifyMailSystem::getInfo in Notify 7
File
- ./
notify.test, line 663 - Automated tests for notify.
Class
Code
public static function getInfo() {
return array(
'name' => t('Test Notify mailsystem'),
'description' => t('Simple test of sending mail.'),
'group' => t('Notify'),
);
}