Changeset 57685 for trunk/tests/phpunit/includes/abstract-testcase.php
- Timestamp:
- 02/21/2024 07:24:12 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/abstract-testcase.php
r57608 r57685 190 190 */ 191 191 $GLOBALS['wp_sitemaps'] = null; 192 193 // Reset template globals. 194 $GLOBALS['wp_stylesheet_path'] = null; 195 $GLOBALS['wp_template_path'] = null; 192 196 193 197 $this->unregister_all_meta_keys();
Note: See TracChangeset
for help on using the changeset viewer.