function NotificationsLiteTests::getInfo in Notifications 6.3
Same name and namespace in other branches
- 6.4 tests/notifications_lite.test \NotificationsLiteTests::getInfo()
- 6.2 tests/notifications_lite.test \NotificationsLiteTests::getInfo()
- 7 tests/notifications_lite.test \NotificationsLiteTests::getInfo()
File
- tests/
notifications_lite.test, line 11
Class
Code
function getInfo() {
return array(
'name' => 'Notifications Lite',
'group' => 'Notifications',
'description' => 'Notifications Lite message sending and composition',
);
}