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, 3 insertions, 0 deletions
diff --git a/modules/blogapi/blogapi.test b/modules/blogapi/blogapi.test
index 18a72f218..9a57be643 100644
--- a/modules/blogapi/blogapi.test
+++ b/modules/blogapi/blogapi.test
@@ -12,6 +12,9 @@ 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');
}
/**