Changeset 51300 for trunk/tests/phpunit/tests/http/functions.php
- Timestamp:
- 07/01/2021 09:11:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/functions.php
r50344 r51300 222 222 $requests_response->cookies['test'] = Requests_Cookie::parse( 'test=foo; domain=.wordpress.org' ); 223 223 224 $requests_response->cookies['test']->flags['host-only'] = false; // https://github.com/ rmccue/Requests/issues/306224 $requests_response->cookies['test']->flags['host-only'] = false; // https://github.com/WordPress/Requests/issues/306 225 225 226 226 $http_response = new WP_HTTP_Requests_Response( $requests_response );
Note: See TracChangeset
for help on using the changeset viewer.