Merge pull request #625 from FreeElephants/issue-623-use-vendor-phpunit

Issue 623 use vendor phpunit
This commit is contained in:
Matt Bonneau 2018-03-06 09:20:34 -05:00 committed by GitHub
commit cc56ca2451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
# Users do not need to use `make`; Ratchet does not need to be compiled # Users do not need to use `make`; Ratchet does not need to be compiled
test: test:
phpunit vendor/bin/phpunit
cover: cover:
phpunit --coverage-text --coverage-html=reports/coverage vendor/bin/phpunit --coverage-text --coverage-html=reports/coverage
abtests: abtests:
ulimit -n 2048 && php tests/autobahn/bin/fuzzingserver.php 8001 LibEvent & ulimit -n 2048 && php tests/autobahn/bin/fuzzingserver.php 8001 LibEvent &