diff --git a/phpunit/class-wp-theme-json-test.php b/phpunit/class-wp-theme-json-test.php index b72d593f709ce..a74c88a51dced 100644 --- a/phpunit/class-wp-theme-json-test.php +++ b/phpunit/class-wp-theme-json-test.php @@ -298,15 +298,15 @@ function test_get_stylesheet_preset_rules_come_after_block_rules() { array( 'settings' => array( 'core/group' => array( - 'color' => array( + 'color' => array( 'palette' => array( array( 'slug' => 'grey', 'color' => 'grey', ), ), - ) - ) + ), + ), ), 'styles' => array( 'core/group' => array( @@ -314,7 +314,7 @@ function test_get_stylesheet_preset_rules_come_after_block_rules() { 'text' => 'red', ), ), - ) + ), ) );