public static function XmlRpcMessagesTest::getInfo

File

drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcMessagesTest.php, line 24
Definition of Drupal\xmlrpc\Tests\XmlRpcMessagesTest.

Class

XmlRpcMessagesTest
XML-RPC message and alteration tests.

Namespace

Drupal\xmlrpc\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'XML-RPC message and alteration',
    'description' => 'Test large messages and method alterations.',
    'group' => 'XML-RPC',
  );
}