From 4791e6aa0c017448f4353f334df10b6b6a4fa0a0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 9 May 2008 20:13:41 +0000 Subject: - Patch #255415 by boombatower and flobruit: fixed a bug illustrated by the XML-RPC tests. --- includes/xmlrpc.test | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'includes') 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() { -- cgit v1.2.3