function XmlrpcExampleTestCase::getInfo

File

xmlrpc_example/xmlrpc_example.test, line 19

Class

XmlrpcExampleTestCase
Functional tests for the XMLRPC Example module.

Code

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