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/basic.php

    r28064 r32149  
    1515
    1616        function tearDown() {
     17                $this->val = false;
    1718                parent::tearDown();
    18                 $this->val = false;
    1919        }
    2020
Note: See TracChangeset for help on using the changeset viewer.