Changeset 48908 for trunk/tests/phpunit/includes/abstract-testcase.php
- Timestamp:
- 08/31/2020 03:57:50 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/abstract-testcase.php
r48464 r48908 161 161 $GLOBALS[ $global ] = null; 162 162 } 163 164 // Reset $wp_sitemap global so that sitemap-related dynamic $wp->public_query_vars are added when the next test runs. 165 $GLOBALS['wp_sitemaps'] = null; 163 166 164 167 $this->unregister_all_meta_keys();
Note: See TracChangeset
for help on using the changeset viewer.