You are here

public static function XMLRPCValidator1IncTestCase::getInfo in SimpleTest 7

File

tests/xmlrpc.test, line 4

Class

XMLRPCValidator1IncTestCase

Code

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