Skip to content

Commit

Permalink
Fix WPCS.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Nov 13, 2023
1 parent 5d8efc8 commit bb31313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/tests/theme/wpThemeJsonResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -766,8 +766,8 @@ public function test_get_theme_data_does_not_parse_theme_json_if_not_present() {

// Include an unmodified $wp_version.
require ABSPATH . WPINC . '/version.php';
$cache_group = 'theme_json_files';
$cache_key = "i18n_schema_{$wp_version}";
$cache_group = 'theme_json_files';
$cache_key = "i18n_schema_{$wp_version}";
$this->assertFalse( wp_cache_get( $cache_key, $cache_group ), 'Theme i18n schema should not have been loaded without theme support.' );
}

Expand Down

0 comments on commit bb31313

Please sign in to comment.