You are here

public static function TestNotifyBatch::getInfo in Notify 7

File

./notify.test, line 461
Automated tests for notify.

Class

TestNotifyBatch

Code

public static function getInfo() {
  return array(
    'name' => t('Test Notify batch'),
    'description' => t('Spread notification over several crons.'),
    'group' => t('Notify'),
  );
}