InterNations / http-mock

Mock HTTP requests on the server side in your PHP unit tests
http://www.internations.org
MIT License
390 stars 62 forks source link

require-ext-apc: add apc ext to composer.json and travis build #4

Closed maxenglander closed 10 years ago

lstrojny commented 10 years ago

Why add APC as a dependency?

maxenglander commented 10 years ago

Sorry, I didn't realize I had issued a pull request.

I was using APC 3.1.6 and getting PHPUnit failures. When I upgraded to 3.1.14 the errors went away. I wanted to see if Travis would reproduce the issue.

Closing this out.