Make WordPress Core

Ticket #30290: 30290.diff

File 30290.diff, 416 bytes (added by jeremyfelt, 11 years ago)
  • tests/phpunit/includes/testcase-xmlrpc.php

     
    1616
    1717        function tearDown() {
    1818                remove_filter( 'pre_option_enable_xmlrpc', '__return_true' );
     19                $this->remove_added_uploads();
    1920
    2021                parent::tearDown();
    2122        }