public static function XMLRPCValidator1IncTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ xmlrpc.test, line 84
Class
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',
);
}