public static function TestNotify::getInfo in Notify 7
File
- ./
notify.test, line 75  - Automated tests for notify.
 
Class
Code
public static function getInfo() {
  return array(
    'name' => t('Test Notify single'),
    'description' => t('Various notify test cases for a single run.'),
    'group' => t('Notify'),
  );
}