function Notifications_Content_Tests::get_info in Notifications 5
File
- tests/
notifications_content.test, line 11
Class
- Notifications_Content_Tests
- Class for testing notifications module. Tests basic API functions
Code
function get_info() {
return array(
'name' => 'Notifications Content',
'group' => 'Notifications',
'desc' => 'Content Notifications API functions',
);
}