Skip to content

Commit 8596b14

Browse files
committed
Use composer loaded phpunit
1 parent dbfd2f5 commit 8596b14

File tree

3 files changed

+419
-3
lines changed

3 files changed

+419
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ matrix:
1313
before_script:
1414
- ./scripts/travis-init.sh
1515

16-
script: phpunit --coverage-text
16+
script: php vendor/bin/phpunit --coverage-text

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"guzzle/parser": "~3.0",
1414
"react/promise": "~2.0"
1515
},
16+
"require-dev": {
17+
"phpunit/phpunit": "3.7.*"
18+
},
1619
"replace": {
1720
"react/event-loop": "self.version",
1821
"react/cache": "self.version",

0 commit comments

Comments
 (0)