You are here

function NotificationsContentTests::getInfo in Notifications 6

Same name and namespace in other branches
  1. 6.4 tests/notifications_content.test \NotificationsContentTests::getInfo()
  2. 6.2 tests/notifications_content.test \NotificationsContentTests::getInfo()
  3. 6.3 tests/notifications_content.test \NotificationsContentTests::getInfo()
  4. 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',
  );
}