public static function XMLRPCValidator1IncTestCase::getInfo

File

drupal/modules/simpletest/tests/xmlrpc.test, line 84

Class

XMLRPCValidator1IncTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'XML-RPC validator',
    'description' => 'See <a href="http://www.xmlrpc.com/validator1Docs">the xmlrpc validator1 specification</a>.',
    'group' => 'XML-RPC',
  );
}