Make WordPress Core

Ticket #39398: 39398.1.diff

File 39398.1.diff, 992 bytes (added by rachelbaker, 8 years ago)

combined patch

  • 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++ ) {
  • tests/phpunit/tests/rest-api/rest-users-controller.php

     
    167167                }
    168168        }
    169169
    170         /**
    171          * @group test
    172          */
    173170        public function test_get_items_pagination_headers() {
    174171                wp_set_current_user( self::$user );
    175172                // Start of the index, including the three existing users