You are here

function Messaging_Methods_Tests::getInfo in Messaging 6

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

File

tests/messaging_methods.test, line 12

Class

Messaging_Methods_Tests

Code

function getInfo() {
  return array(
    'name' => 'Sending methods',
    'group' => 'Messaging',
    'description' => 'API compatibility for sending method plug-ins',
  );
}