summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/xmlrpc.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-25 13:14:29 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-25 13:14:29 +0000
commiteda100b83da4d71bf0bfa6c614e08327ef0d292b (patch)
treeac11fb0aae0e68aee34b4aeffb7f32778bcf809d /modules/simpletest/tests/xmlrpc.test
parent66df602593230a2483d6538927fd66310c28c3f8 (diff)
downloadbrdo-eda100b83da4d71bf0bfa6c614e08327ef0d292b.tar.gz
brdo-eda100b83da4d71bf0bfa6c614e08327ef0d292b.tar.bz2
- Patch #338403 by drewish: code comments clean-up.
Diffstat (limited to 'modules/simpletest/tests/xmlrpc.test')
-rw-r--r--modules/simpletest/tests/xmlrpc.test12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/simpletest/tests/xmlrpc.test b/modules/simpletest/tests/xmlrpc.test
index db35c79ed..814c65f8e 100644
--- a/modules/simpletest/tests/xmlrpc.test
+++ b/modules/simpletest/tests/xmlrpc.test
@@ -2,9 +2,6 @@
// $Id$
class XMLRPCValidator1IncTestCase extends DrupalWebTestCase {
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('XML-RPC validator'),
@@ -13,9 +10,6 @@ class XMLRPCValidator1IncTestCase extends DrupalWebTestCase {
);
}
- /**
- * Implementation of setUp().
- */
function setUp() {
parent::setUp('xmlrpc_test');
}
@@ -128,9 +122,6 @@ class XMLRPCValidator1IncTestCase extends DrupalWebTestCase {
}
class XMLRPCMessagesTestCase extends DrupalWebTestCase {
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('XML-RPC message'),
@@ -139,9 +130,6 @@ class XMLRPCMessagesTestCase extends DrupalWebTestCase {
);
}
- /**
- * Implementation of setUp().
- */
function setUp() {
parent::setUp('xmlrpc_test');
}