Changeset 44573 for trunk/tests/phpunit/tests/http/curl.php
- Timestamp:
- 01/12/2019 06:05:55 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/curl.php
r43571 r44573 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->file StreamUrl,18 $this->file_stream_url, 19 19 array( 20 20 'stream' => true,
Note: See TracChangeset
for help on using the changeset viewer.