Changeset 42343 for trunk/tests/phpunit/tests/http/curl.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/http/curl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/curl.php
r40068 r42343 15 15 public function test_http_api_curl_stream_parameter_is_a_reference() { 16 16 add_action( 'http_api_curl', array( $this, '_action_test_http_api_curl_stream_parameter_is_a_reference' ), 10, 3 ); 17 wp_remote_request( $this->fileStreamUrl, array( 'stream' => true, 'timeout' => 30 ) ); 17 wp_remote_request( 18 $this->fileStreamUrl, array( 19 'stream' => true, 20 'timeout' => 30, 21 ) 22 ); 18 23 remove_action( 'http_api_curl', array( $this, '_action_test_http_api_curl_stream_parameter_is_a_reference' ), 10 ); 19 24 }
Note: See TracChangeset
for help on using the changeset viewer.