You are here

function NotificationsLiteTests::getInfo in Notifications 6.4

Same name and namespace in other branches
  1. 6.2 tests/notifications_lite.test \NotificationsLiteTests::getInfo()
  2. 6.3 tests/notifications_lite.test \NotificationsLiteTests::getInfo()
  3. 7 tests/notifications_lite.test \NotificationsLiteTests::getInfo()

File

tests/notifications_lite.test, line 11

Class

NotificationsLiteTests

Code

function getInfo() {
  return array(
    'name' => 'Notifications Lite',
    'group' => 'Notifications',
    'description' => 'Notifications Lite message sending and composition',
  );
}