Changeset 43571 for trunk/tests/phpunit/tests/http/functions.php
- Timestamp:
- 08/17/2018 01:50:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/functions.php
r43512 r43571 149 149 150 150 $response = wp_remote_get( 151 $url, array( 151 $url, 152 array( 152 153 'cookies' => array( 153 154 new WP_Http_Cookie( … … 180 181 181 182 $response = wp_remote_get( 182 $url, array( 183 $url, 184 array( 183 185 'cookies' => array( 184 186 'test' => 'foo',
Note: See TracChangeset
for help on using the changeset viewer.