You are here

public static function XmlrpcExampleTestCase::getInfo in Examples for Developers 6

Same name and namespace in other branches
  1. 7 xmlrpc_example/xmlrpc_example.test \XmlrpcExampleTestCase::getInfo()

File

xmlrpc_example/xmlrpc_example.test, line 14
Test case for the xmlrpc example module.

Class

XmlrpcExampleTestCase
@file Test case for the xmlrpc example module.

Code

public static function getInfo() {
  return array(
    'name' => 'XMLRPC example functionality',
    'description' => 'Test xmlrpc service implementation.',
    'group' => 'Examples',
  );
}