Make WordPress Core

Changeset 29274


Ignore:
Timestamp:
07/23/2014 02:22:57 AM (11 years ago)
Author:
helen
Message:

Revert [29267], as it causes unit test breakage and appears unnecessary. see #28986.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/testcase.php

    r29267 r29274  
    1212    protected $caught_doing_it_wrong = array();
    1313
    14     protected static $hooks_saved = array(
    15         'merged_filters' => array(),
    16         'wp_actions' => array(),
    17         'wp_current_filter' => array(),
    18         'wp_filter' => array(),
    19     );
     14    protected static $hooks_saved = array();
    2015    protected static $ignore_files;
    2116
     
    107102        }
    108103    }
    109 
     104   
    110105    function flush_cache() {
    111106        global $wp_object_cache;
Note: See TracChangeset for help on using the changeset viewer.