Changeset 44327
- Timestamp:
- 12/19/2018 07:12:46 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/testcase.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r43005 r44327 274 274 * Saves the action and filter-related globals so they can be restored later. 275 275 * 276 * Stores $ merged_filters, $wp_actions, $wp_current_filter, and $wp_filter276 * Stores $wp_actions, $wp_current_filter, and $wp_filter 277 277 * on a class variable so they can be restored on tearDown() using _restore_hooks(). 278 278 * 279 * @global array $merged_filters280 279 * @global array $wp_actions 281 280 * @global array $wp_current_filter … … 298 297 * so that future tests aren't affected by hooks set during this last test. 299 298 * 300 * @global array $merged_filters301 299 * @global array $wp_actions 302 300 * @global array $wp_current_filter
Note: See TracChangeset
for help on using the changeset viewer.