public static function TestNotifyVariables::getInfo in Notify 7
File
- ./
notify.test, line 425 - Automated tests for notify.
Class
Code
public static function getInfo() {
return array(
'name' => t('Show Notify variables'),
'description' => t('Demonstrate that Notify variables has no default values.'),
'group' => t('Notify'),
);
}