1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-03-11 01:40:08 +01:00

Adding debug output again

This commit is contained in:
Michael Dowling 2014-09-07 17:47:17 -07:00
parent 2995739935
commit d4cf293ffb

View File

@ -7,7 +7,7 @@ stop-server:
cd vendor/guzzlehttp/ring && make stop-server
test: start-server
vendor/bin/phpunit
vendor/bin/phpunit --debug
$(MAKE) stop-server
coverage: start-server