You are here

function NotificationsCustomTests::getInfo in Notifications 6.4

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

File

tests/notifications_custom.test, line 10

Class

NotificationsCustomTests

Code

function getInfo() {
  return array(
    'name' => 'Custom Subscriptions',
    'group' => 'Notifications',
    'description' => 'Creates some custom subscription types.',
  );
}