Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Requests_Transport_cURL::stream_body() public #241

Merged
merged 1 commit into from Sep 22, 2016
Merged

Make Requests_Transport_cURL::stream_body() public #241

merged 1 commit into from Sep 22, 2016

Conversation

justinstern
Copy link
Contributor

Fixes a "cannot access protected method Requests_Transport_cURL::stream_body()" error when using PHPUnit and PHP-VCR.

Related issues: #157 and php-vcr/php-vcr#109

Fixes a "cannot access protected method Requests_Transport_cURL::stream_body()" error when using PHPUnit and PHP-VCR.

Related issues: #157 and php-vcr/php-vcr#109
@codecov-io
Copy link

Current coverage is 92.11% (diff: 100%)

Merging #241 into master will not change coverage

@@             master       #241   diff @@
==========================================
  Files            21         21          
  Lines          1762       1762          
  Methods         156        156          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1623       1623          
  Misses          139        139          
  Partials          0          0          

Powered by Codecov. Last update d4af2ea...8369265

@rmccue
Copy link
Collaborator

rmccue commented Sep 22, 2016

Works for me!

@rmccue rmccue added this to the 1.7 milestone Sep 22, 2016
@rmccue rmccue merged commit 0048f3c into WordPress:master Sep 22, 2016
@justinstern
Copy link
Contributor Author

@rmccue thanks for the speedy service sir!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants