Skip to content

Commit 3f1543a

Browse files
committed
revisions is no longer a property of the response object
1 parent 777738b commit 3f1543a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,13 @@ public function test_get_item() {
129129

130130
$this->assertEquals(
131131
array(
132-
'id' => self::$global_styles_id,
133-
'title' => array(
132+
'id' => self::$global_styles_id,
133+
'title' => array(
134134
'raw' => 'Custom Styles',
135135
'rendered' => 'Custom Styles',
136136
),
137-
'settings' => new stdClass(),
138-
'styles' => new stdClass(),
139-
'revisions' => array(),
137+
'settings' => new stdClass(),
138+
'styles' => new stdClass(),
140139
),
141140
$data
142141
);

0 commit comments

Comments
 (0)