Skip to content

Commit

Permalink
Use composer loaded phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Dec 18, 2013
1 parent dbfd2f5 commit 8596b14
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ matrix:
before_script:
- ./scripts/travis-init.sh

script: phpunit --coverage-text
script: php vendor/bin/phpunit --coverage-text
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"guzzle/parser": "~3.0",
"react/promise": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"replace": {
"react/event-loop": "self.version",
"react/cache": "self.version",
Expand Down
Loading

0 comments on commit 8596b14

Please sign in to comment.