Make WordPress Core


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

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

Props boonebgorges.

See #31537.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.0/tests/phpunit/tests/basic.php

    r28631 r32148  
    1414
    1515        function tearDown() {
     16                $this->val = false;
    1617                parent::tearDown();
    17                 $this->val = false;
    1818        }
    1919
Note: See TracChangeset for help on using the changeset viewer.