summaryrefslogtreecommitdiffstatshomepage
path: root/modules/simpletest/tests/xmlrpc.test
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-24 00:14:23 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-24 00:14:23 +0000
commit2c552193154dd49a335b883019e216430a097790 (patch)
tree0105ac8012cddcf8f4f2b63a27f66d0457dfd5cd /modules/simpletest/tests/xmlrpc.test
parent00280ca9885a668dd28831cacd536d11f98df36f (diff)
downloaddrupal-2c552193154dd49a335b883019e216430a097790.tar.gz
drupal-2c552193154dd49a335b883019e216430a097790.zip
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
Diffstat (limited to 'modules/simpletest/tests/xmlrpc.test')
-rw-r--r--modules/simpletest/tests/xmlrpc.test6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/simpletest/tests/xmlrpc.test b/modules/simpletest/tests/xmlrpc.test
index 8cdaec1d5db..232665a9503 100644
--- a/modules/simpletest/tests/xmlrpc.test
+++ b/modules/simpletest/tests/xmlrpc.test
@@ -12,9 +12,6 @@ class XMLRPCValidator1IncTestCase extends DrupalWebTestCase {
function setUp() {
parent::setUp('xmlrpc_test');
-
- // Force loading the xmlrpc.inc to have the xmlrpc() function.
- drupal_function_exists('xmlrpc');
}
/**
@@ -135,9 +132,6 @@ class XMLRPCMessagesTestCase extends DrupalWebTestCase {
function setUp() {
parent::setUp('xmlrpc_test');
-
- // Force loading the xmlrpc.inc to have the xmlrpc() function.
- drupal_function_exists('xmlrpc');
}
/**