function XMLRPCValidator1Test::get_info in SimpleTest 5
Same name and namespace in other branches
- 6 tests/xmlrpc_validator1.test \XMLRPCValidator1Test::get_info()
File
- tests/
xmlrpc_validator1.test, line 3
Class
Code
function get_info() {
return array(
'name' => 'XML-RPC validator1',
'desc' => t('See !validator-link. note: simpletest_xmlrpc.module must be enabled', array(
'!validator-link' => l('the xmlrpc validator1 specification', 'http://www.xmlrpc.com/validator1Docs'),
)),
'group' => 'XML-RPC Tests',
);
}