summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-05-06 11:21:10 +0000
committerDries Buytaert <dries@buytaert.net>2008-05-06 11:21:10 +0000
commitc100468cf232d34b85534277d3fc01ee95f02256 (patch)
treea2952d825648966dcccd6fe15a511a11df2d9142 /includes
parent9c528c137f782fd372f69a901add4e38f75481b4 (diff)
downloadbrdo-c100468cf232d34b85534277d3fc01ee95f02256.tar.gz
brdo-c100468cf232d34b85534277d3fc01ee95f02256.tar.bz2
- Patch #251473 by webchick, chx, et al: one step closer to running tests in the includes directory. Not working yet.
Diffstat (limited to 'includes')
-rw-r--r--includes/xmlrpc.inc.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/xmlrpc.inc.test b/includes/xmlrpc.inc.test
index 49bab141a..ada73f8f2 100644
--- a/includes/xmlrpc.inc.test
+++ b/includes/xmlrpc.inc.test
@@ -1,7 +1,7 @@
<?php
// $Id$
-class XMLRPCValidator1Test extends DrupalUnitTestCase {
+class XMLRPCValidator1Test extends DrupalWebTestCase {
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'))),
@@ -114,4 +114,4 @@ class XMLRPCValidator1Test extends DrupalUnitTestCase {
$this->assertEqual($a_l_res, $a_r_res, 'multicall equals result');
}
}
-?> \ No newline at end of file
+?>