Make WordPress Core


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

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

Props boonebgorges.

See #31537.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1/tests/phpunit/tests/ajax/Response.php

    r25002 r32147  
    3737     */
    3838    public function tearDown() {
    39         parent::tearDown();
    4039        remove_filter( 'wp_die_ajax_handler', array( $this, 'getDieHandler' ), 1, 1 );
    4140        error_reporting( $this->_error_level );
     41        parent::tearDown();
    4242    }
    4343
Note: See TracChangeset for help on using the changeset viewer.