Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport: WP_Theme_JSON_Resolver changes #3901

Closed
Prev Previous commit
Next Next commit
Try assertSameSets
Mamaduka committed Jan 24, 2023

Verified

This commit was signed with the committer’s verified signature.
Mamaduka George Mamadashvili
commit 19b651632c8ebbd36ac065d6dfe0bbc8a3d1cea5
2 changes: 1 addition & 1 deletion tests/phpunit/tests/theme/wpThemeJsonResolver.php
Original file line number Diff line number Diff line change
@@ -970,7 +970,7 @@ public function test_get_style_variations_returns_all_variations() {
wp_recursive_ksort( $actual_settings );
wp_recursive_ksort( $expected_settings );

$this->assertSame(
$this->assertSameSets(
Mamaduka marked this conversation as resolved.
Show resolved Hide resolved
$expected_settings,
$actual_settings
);