Make WordPress Core


Ignore:
Timestamp:
04/19/2015 08:01:25 AM (11 years ago)
Author:
pento
Message:

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

Props boonebgorges.

See #31537.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.9/tests/phpunit/tests/mail.php

    r25381 r32149  
    1212
    1313        function tearDown() {
     14                unset( $_SERVER['SERVER_NAME'] );
    1415                parent::tearDown();
    15                 unset( $_SERVER['SERVER_NAME'] );
    1616        }
    1717
Note: See TracChangeset for help on using the changeset viewer.