function NotificationsContentTests::getInfo in Notifications 7
Same name and namespace in other branches
- 6.4 tests/notifications_content.test \NotificationsContentTests::getInfo()
- 6 tests/notifications_content.test \NotificationsContentTests::getInfo()
- 6.2 tests/notifications_content.test \NotificationsContentTests::getInfo()
- 6.3 tests/notifications_content.test \NotificationsContentTests::getInfo()
File
- tests/
notifications_content.test, line 14
Class
Code
function getInfo() {
return array(
'name' => 'Notifications Content',
'group' => 'Notifications',
'description' => 'Content Notifications API functions',
);
}