Changeset 43571 for trunk/tests/phpunit/tests/http/curl.php
- Timestamp:
- 08/17/2018 01:50:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/curl.php
r42343 r43571 16 16 add_action( 'http_api_curl', array( $this, '_action_test_http_api_curl_stream_parameter_is_a_reference' ), 10, 3 ); 17 17 wp_remote_request( 18 $this->fileStreamUrl, array( 18 $this->fileStreamUrl, 19 array( 19 20 'stream' => true, 20 21 'timeout' => 30,
Note: See TracChangeset
for help on using the changeset viewer.