diff options
Diffstat (limited to 'modules/blogapi/blogapi.test')
-rw-r--r-- | modules/blogapi/blogapi.test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/blogapi/blogapi.test b/modules/blogapi/blogapi.test index 9a57be64329..18a72f21831 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'); } /** |