function NotificationsCustomTests::getInfo in Notifications 6.4
Same name and namespace in other branches
- 7 tests/notifications_custom.test \NotificationsCustomTests::getInfo()
File
- tests/
notifications_custom.test, line 10
Class
Code
function getInfo() {
return array(
'name' => 'Custom Subscriptions',
'group' => 'Notifications',
'description' => 'Creates some custom subscription types.',
);
}