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.
1 parent dbfd2f5 commit 8596b14Copy full SHA for 8596b14
.travis.yml
@@ -13,4 +13,4 @@ matrix:
13
before_script:
14
- ./scripts/travis-init.sh
15
16
-script: phpunit --coverage-text
+script: php vendor/bin/phpunit --coverage-text
composer.json
@@ -13,6 +13,9 @@
"guzzle/parser": "~3.0",
"react/promise": "~2.0"
},
+ "require-dev": {
17
+ "phpunit/phpunit": "3.7.*"
18
+ },
19
"replace": {
20
"react/event-loop": "self.version",
21
"react/cache": "self.version",
0 commit comments