Ticket #63343: 63343.patch
File 63343.patch, 1004 bytes (added by , 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 { 54 54 /** 55 55 * Stores last set status. 56 56 * 57 * @param int $ codeHTTP status.57 * @param int $status HTTP status. 58 58 */ 59 59 public function set_status( $status ) { 60 60 $this->status = $status;