https://github.com/MCannucci/Phnock
Allows test wide mocking of http requests without modifiying/creating mock objects for your code.
(ex: All requests to google.com will return the body of ‘OK!’)
Why:
Projects that aren’t structured with inversion of control in mind and dependencies that can’t be mocked (Example that comes to mind is the google ads api with protobuff)