Changeset 42724 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 02/21/2018 04:24:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r42381 r42724 181 181 } 182 182 183 /** 184 * Use the Spy_REST_Server class for the REST server. 185 */ 186 function _wp_rest_server_class_filter() { 187 return 'Spy_REST_Server'; 188 } 189 183 190 // Skip `setcookie` calls in auth_cookie functions due to warning: 184 191 // Cannot modify header information - headers already sent by ...
Note: See TracChangeset
for help on using the changeset viewer.