We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3653ae + 79970d8 commit 018e855Copy full SHA for 018e855
2 files changed
.travis.yml
@@ -10,4 +10,4 @@ php:
10
install: ./travis-init.sh
11
12
script:
13
- - phpunit --coverage-text
+ - ./vendor/bin/phpunit --coverage-text
composer.json
@@ -6,6 +6,9 @@
6
"require": {
7
"php": ">=5.4.0"
8
},
9
+ "require-dev": {
+ "phpunit/phpunit": "~4.8"
+ },
"suggest": {
"ext-libevent": ">=0.1.0",
14
"ext-event": "~1.0",
0 commit comments