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/ajax/Response.php

    r25002 r32149  
    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.