public static function TestNotifyPeriods::getInfo in Notify 7
File
- ./
notify.test, line 564 - Automated tests for notify.
Class
Code
public static function getInfo() {
return array(
'name' => t('Test Notify periods'),
'description' => t('Test notification with different periods.'),
'group' => t('Notify'),
);
}