Ticket #39398: 39398.1.diff
File 39398.1.diff, 992 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++ ) { -
tests/phpunit/tests/rest-api/rest-users-controller.php
167 167 } 168 168 } 169 169 170 /**171 * @group test172 */173 170 public function test_get_items_pagination_headers() { 174 171 wp_set_current_user( self::$user ); 175 172 // Start of the index, including the three existing users