diff --git a/phpunit/class-wp-theme-json-test.php b/phpunit/class-wp-theme-json-test.php index d79bd270aea3d..1aacb92759e59 100644 --- a/phpunit/class-wp-theme-json-test.php +++ b/phpunit/class-wp-theme-json-test.php @@ -5927,7 +5927,7 @@ public function test_return_block_node_paths() { ), ), 'core/group' => array( - 'elements' => array( + 'elements' => array( 'link' => array( 'color' => array( 'background' => 'blue', @@ -6013,7 +6013,7 @@ public function test_return_block_node_paths_with_variations() { $expected = array( array( - 'path' => array( 'styles', 'blocks', 'core/button' ), + 'path' => array( 'styles', 'blocks', 'core/button' ), 'variations' => array( array( 'path' => array( 'styles', 'blocks', 'core/button', 'variations', 'cheese' ), @@ -6021,7 +6021,7 @@ public function test_return_block_node_paths_with_variations() { ), ), array( - 'path' => array( 'styles', 'blocks', 'core/group' ), + 'path' => array( 'styles', 'blocks', 'core/group' ), 'variations' => array( array( 'path' => array( 'styles', 'blocks', 'core/group', 'variations', 'apricot' ),