Skip to content

Commit

Permalink
revisions is no longer a property of the response object
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Dec 22, 2022
1 parent 777738b commit 3f1543a
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,13 @@ public function test_get_item() {

$this->assertEquals(
array(
'id' => self::$global_styles_id,
'title' => array(
'id' => self::$global_styles_id,
'title' => array(
'raw' => 'Custom Styles',
'rendered' => 'Custom Styles',
),
'settings' => new stdClass(),
'styles' => new stdClass(),
'revisions' => array(),
'settings' => new stdClass(),
'styles' => new stdClass(),
),
$data
);
Expand Down

0 comments on commit 3f1543a

Please sign in to comment.