Skip to content

Commit

Permalink
Merge pull request #625 from FreeElephants/issue-623-use-vendor-phpunit
Browse files Browse the repository at this point in the history
Issue 623 use vendor phpunit
  • Loading branch information
mbonneau committed Mar 6, 2018
2 parents 0d31f3a + 19a0a5b commit cc56ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -2,10 +2,10 @@
# Users do not need to use `make`; Ratchet does not need to be compiled

test:
phpunit
vendor/bin/phpunit

cover:
phpunit --coverage-text --coverage-html=reports/coverage
vendor/bin/phpunit --coverage-text --coverage-html=reports/coverage

abtests:
ulimit -n 2048 && php tests/autobahn/bin/fuzzingserver.php 8001 LibEvent &
Expand Down

0 comments on commit cc56ca2

Please sign in to comment.