function NotificationsCustomTests::getInfo in Notifications 7
Same name and namespace in other branches
- 6.4 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.',
);
}