You are here

function Messaging_API_Tests::getInfo in Messaging 6

Same name and namespace in other branches
  1. 6.4 tests/messaging_api.test \Messaging_API_Tests::getInfo()
  2. 6.2 tests/messaging_api.test \Messaging_API_Tests::getInfo()
  3. 6.3 tests/messaging_api.test \Messaging_API_Tests::getInfo()
  4. 7 tests/messaging_api.test \Messaging_API_Tests::getInfo()

File

tests/messaging_api.test, line 12

Class

Messaging_API_Tests

Code

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