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