function NotificationsAnonymousTests::getInfo in Notifications 7
Same name and namespace in other branches
- 6.4 tests/notifications_anonymous.test \NotificationsAnonymousTests::getInfo()
File
- tests/
notifications_anonymous.test, line 10
Class
Code
function getInfo() {
return array(
'name' => 'Anonymous Subscriptions',
'group' => 'Notifications',
'description' => 'Subscriptions and Notifications for anonymous users.',
);
}