You are here

public static function TestSendingHour::getInfo in Notify 7

File

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

Class

TestSendingHour

Code

public static function getInfo() {
  return array(
    'name' => t('Test Notify sending hour'),
    'description' => t('Various notify test cases for the sending hour being respected.'),
    'group' => t('Notify'),
  );
}