You are here

function Messaging_API_Tests::get_info in Messaging 5

File

tests/messaging_api.test, line 12

Class

Messaging_API_Tests

Code

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