Changeset 52232 for trunk/tests/phpunit/tests/theme/wpThemeJsonResolver.php
- Timestamp:
- 11/23/2021 05:38:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/wpThemeJsonResolver.php
r52049 r52232 148 148 */ 149 149 public function test_switching_themes_recalculates_data() { 150 // By default, the theme for unit tests is "default",151 // which doesn't have theme.json support.150 // The "default" theme doesn't have theme.json support. 151 switch_theme( 'default' ); 152 152 $default = WP_Theme_JSON_Resolver::theme_has_support(); 153 153
Note: See TracChangeset
for help on using the changeset viewer.