You are here

function Notifications_API_Tests::get_info in Notifications 5

File

tests/notifications_api.test, line 8

Class

Notifications_API_Tests
Class for testing notifications module. Tests basic API functions

Code

function get_info() {
  return array(
    'name' => 'Notifications API',
    'group' => 'Notifications',
    'desc' => 'Notifications API functions',
  );
}