Skip to content

Commit 0d1fbe3

Browse files
committed
fix php unit test
1 parent 7ed6641 commit 0d1fbe3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit/class-gutenberg-rest-global-styles-controller-test.php

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public function test_get_theme_items() {
110110
),
111111
),
112112
),
113+
'name' => 'variation',
113114
),
114115
);
115116
$this->assertSameSetsWithIndex( $data, $expected );

0 commit comments

Comments
 (0)