Skip to content

Commit

Permalink
And your linting!
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Oct 21, 2024
1 parent 7714dea commit 6a42b09
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 @@ -1405,8 +1405,8 @@ public function test_get_resolved_theme_uris() {
$this->assertSame( $expected_data, $actual, 'Resolved theme uris do not match.' );

// Test that resolved theme uris are cached.
$cache_key = md5( wp_json_encode( $theme_json->get_raw_data() ) );
$expected_cache_data = array( "$cache_key" => $actual );
$cache_key = md5( wp_json_encode( $theme_json->get_raw_data() ) );
$expected_cache_data = array( "$cache_key" => $actual );

$this->assertSame( $expected_cache_data, static::$property_resolved_theme_uris_cache->getValue(), 'Resolved theme uris cache data does not match.' );
}
Expand Down

0 comments on commit 6a42b09

Please sign in to comment.