Make WordPress Core


Ignore:
Timestamp:
04/19/2015 05:38:07 AM (11 years ago)
Author:
pento
Message:

Backport the PHPUnit test fixes from [31622] to the 4.1 branch.

Props boonebgorges.

See #31537.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1/tests/phpunit/tests/option/multisite.php

    r29916 r32147  
    2323        function tearDown() {
    2424                global $wpdb;
     25                $wpdb->suppress_errors( $this->suppress );
    2526                parent::tearDown();
    26                 $wpdb->suppress_errors( $this->suppress );
    2727        }
    2828
Note: See TracChangeset for help on using the changeset viewer.