public static function TestSendingHour::getInfo in Notify 7
File
- ./
notify.test, line 259 - Automated tests for notify.
Class
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'),
);
}