Ticket #39398: 39398-rest-posts-controller.patch
File 39398-rest-posts-controller.patch, 496 bytes (added by , 8 years ago) |
---|
-
tests/phpunit/tests/rest-api/rest-posts-controller.php
723 723 $this->assertEquals( $id1, $post['id'] ); 724 724 } 725 725 726 /**727 * @group test728 */729 726 public function test_get_items_pagination_headers() { 730 727 // Start of the index 731 728 for ( $i = 0; $i < 49; $i++ ) {