You are here

function NotificationsAnonymousTests::getInfo in Notifications 6.4

Same name and namespace in other branches
  1. 7 tests/notifications_anonymous.test \NotificationsAnonymousTests::getInfo()

File

tests/notifications_anonymous.test, line 10

Class

NotificationsAnonymousTests

Code

function getInfo() {
  return array(
    'name' => 'Anonymous Subscriptions',
    'group' => 'Notifications',
    'description' => 'Subscriptions and Notifications for anonymous users.',
  );
}