public static function TestNotifyBatch::getInfo in Notify 7
File
- ./
notify.test, line 461 - Automated tests for notify.
Class
Code
public static function getInfo() {
return array(
'name' => t('Test Notify batch'),
'description' => t('Spread notification over several crons.'),
'group' => t('Notify'),
);
}