Make WordPress Core

Ticket #63343: 63343.patch

File 63343.patch, 1004 bytes (added by nareshbheda, 2 months ago)
  • tests/phpunit/includes/spy-rest-server.php

    diff --git a/tests/phpunit/includes/spy-rest-server.php b/tests/phpunit/includes/spy-rest-server.php
    index 4266a3de56..a714fc2d2e 100644
    a b class Spy_REST_Server extends WP_REST_Server { 
    5454        /**
    5555         * Stores last set status.
    5656         *
    57          * @param int $code HTTP status.
     57         * @param int $status HTTP status.
    5858         */
    5959        public function set_status( $status ) {
    6060                $this->status = $status;