Changeset 29267
- Timestamp:
- 07/22/2014 05:21:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r29251 r29267 12 12 protected $caught_doing_it_wrong = array(); 13 13 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 ); 15 20 protected static $ignore_files; 16 21 … … 102 107 } 103 108 } 104 109 105 110 function flush_cache() { 106 111 global $wp_object_cache;
Note: See TracChangeset
for help on using the changeset viewer.