Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
spaces
  • Loading branch information
ramonjd committed Jun 29, 2023
commit 3428239af162708eed394fa26f5a4c833ab9cbbe
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ public function set_up() {
$this->revision_3_id = $this->revision_3->ID;
}


/**
* @ticket 58524
*
Expand Down Expand Up @@ -569,7 +568,6 @@ public function test_get_items_default_query_should_fetch_all_revisons() {
$this->assertCount( $expected_count, $response->get_data() );
}


/**
* Tests that 'offset' query shouldn't work without 'per_page' (fallback -1).
*
Expand Down