You are here

public static function NotificationsUserTestCase::getInfo in Notifications 7

File

notifications_user/notifications_user.test, line 10

Class

NotificationsUserTestCase
Notifications User test case suite.

Code

public static function getInfo() {
  return array(
    'name' => 'Notifications User',
    'description' => 'Verifies that users can subscribe to and be notified of posts by a given author of a given content type.',
    'group' => 'Notifications',
  );
}