summaryrefslogtreecommitdiff
path: root/modules/blogapi/blogapi.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blogapi/blogapi.test')
-rw-r--r--modules/blogapi/blogapi.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/blogapi/blogapi.test b/modules/blogapi/blogapi.test
index 9a57be643..18a72f218 100644
--- a/modules/blogapi/blogapi.test
+++ b/modules/blogapi/blogapi.test
@@ -12,9 +12,6 @@ class BlogAPITestCase extends DrupalWebTestCase {
function setUp() {
parent::setUp('blog', 'blogapi', 'taxonomy');
-
- // Force loading the xmlrpc.inc to have the xmlrpc() function.
- drupal_function_exists('xmlrpc');
}
/**