Make WordPress Core


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

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

Props boonebgorges.

See #31537.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.7/tests/phpunit/tests/shortcode.php

    r25002 r32151  
    2121    function tearDown() {
    2222        global $shortcode_tags;
    23         parent::tearDown();
    2423        foreach ( $this->shortcodes as $shortcode )
    2524            unset( $shortcode_tags[ $shortcode ] );
     25        parent::tearDown();
    2626    }
    2727
Note: See TracChangeset for help on using the changeset viewer.