Make WordPress Core

Ticket #28986: 28986.1.diff

File 28986.1.diff, 594 bytes (added by danielbachhuber, 11 years ago)
  • tests/phpunit/includes/testcase.php

     
    1111        protected $expected_doing_it_wrong = array();
    1212        protected $caught_doing_it_wrong = array();
    1313
    14         protected static $hooks_saved = array();
     14        protected static $hooks_saved = array(
     15                'merged_filters' => array(),
     16                'wp_actions' => array(),
     17                'wp_current_filter' => array(),
     18                'wp_filter' => array(),
     19    );
    1520        protected static $ignore_files;
    1621
    1722        /**