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/post/revisions.php

    r25002 r32149  
    1313
    1414        function tearDown() {
     15                unset( $GLOBALS['wp_post_types'][ $this->post_type ] );
    1516                parent::tearDown();
    16                 unset( $GLOBALS['wp_post_types'][ $this->post_type ] );
    1717        }
    1818
Note: See TracChangeset for help on using the changeset viewer.