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