public static function MessageNotifyNotifierTest::getInfo in Message Notify 7.2
File
- ./
message_notify.test, line 8
Class
- MessageNotifyNotifierTest
- Test the Message notifier plugins handling.
Code
public static function getInfo() {
return array(
'name' => 'Notifiers',
'description' => 'Test message notifier behavior.',
'group' => 'Message notify',
);
}