You are here

function Messaging_Methods_Tests::get_info in Messaging 5

File

tests/messaging_methods.test, line 12

Class

Messaging_Methods_Tests

Code

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