Make WordPress Core


Ignore:
Timestamp:
09/26/2015 07:10:12 PM (11 years ago)
Author:
wonderboymusic
Message:

After [34577] (not because of), uncover and fix some horrifying anomalies in Tests_Multisite_Site.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/xmlrpc/wp/uploadFile.php

    r34577 r34601  
    55 */
    66class Tests_XMLRPC_wp_uploadFile extends WP_XMLRPC_UnitTestCase {
     7
     8        public function tearDown() {
     9                $this->remove_added_uploads();
     10
     11                parent::tearDown();
     12        }
    713
    814        function test_valid_attachment() {
Note: See TracChangeset for help on using the changeset viewer.