Changeset 55086 for trunk/tests/phpunit/includes/abstract-testcase.php
- Timestamp:
- 01/18/2023 11:38:16 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/abstract-testcase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/abstract-testcase.php
r55019 r55086 402 402 ); 403 403 404 wp_cache_add_non_persistent_groups( array( 'counts', 'plugins' ) );404 wp_cache_add_non_persistent_groups( array( 'counts', 'plugins', 'theme_json' ) ); 405 405 } 406 406
Note: See TracChangeset
for help on using the changeset viewer.