Make WordPress Core

Ticket #39409: 39409.diff

File 39409.diff, 496 bytes (added by sanket.parmar, 8 years ago)
  • tests/phpunit/tests/rest-api/rest-posts-controller.php

     
    723723                $this->assertEquals( $id1, $post['id'] );
    724724        }
    725725
    726         /**
    727          * @group test
    728          */
    729726        public function test_get_items_pagination_headers() {
    730727                // Start of the index
    731728                for ( $i = 0; $i < 49; $i++ ) {