Open razbakov opened 7 years ago
I dont't think it is a good idea to rely on an external service for the tests.
Then maybe index.php
should return at least json
?
@razbakov I don't know how httpbin was one year ago but it can now be launched as a Docker container with docker run -p 80:80 kennethreitz/httpbin
so it can be launched locally, it would not be an external service.
I suggest to use httpbin to replace www fixture and make tests more readable.