You are here

function NotificationsContentTests::getInfo in Notifications 6.4

Same name and namespace in other branches
  1. 6 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 14

Class

NotificationsContentTests

Code

function getInfo() {
  return array(
    'name' => 'Notifications Content',
    'group' => 'Notifications',
    'description' => 'Content Notifications API functions',
  );
}