Changeset 55092 for trunk/tests/phpunit/includes/abstract-testcase.php
- Timestamp:
- 01/18/2023 09:58:00 PM (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
r55086 r55092 402 402 ); 403 403 404 wp_cache_add_non_persistent_groups( array( 'counts', 'plugins' , 'theme_json') );404 wp_cache_add_non_persistent_groups( array( 'counts', 'plugins' ) ); 405 405 } 406 406
Note: See TracChangeset
for help on using the changeset viewer.