summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/xmlrpc.test11
1 files changed, 8 insertions, 3 deletions
diff --git a/includes/xmlrpc.test b/includes/xmlrpc.test
index ada73f8f2..032faf226 100644
--- a/includes/xmlrpc.test
+++ b/includes/xmlrpc.test
@@ -2,10 +2,15 @@
// $Id$
class XMLRPCValidator1Test extends DrupalWebTestCase {
+ /**
+ * Implementation of getInfo().
+ */
function getInfo() {
- return array('name' => t('XML-RPC validator1'),
- 'description' => 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' => t('XML-RPC'));
+ return array(
+ 'name' => t('XML-RPC validator'),
+ 'description' => 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' => t('XML-RPC')
+ );
}
function test_run_all_tests() {