Skip to content

Commit

Permalink
Upgrade to phpunit 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratadox committed Feb 10, 2018
1 parent 9f9db30 commit 2aa6506
Show file tree
Hide file tree
Showing 14 changed files with 90 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_script:

script:
- mkdir -p build/logs
- vendor/bin/phpunit -c phpunit.xml
- vendor/bin/phpunit -c phpunit.xml --testdox

after_success:
- travis_retry php vendor/bin/php-coveralls
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"stratadox/hydrator-contracts": "^0.1.1"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"rpkamp/fancy-testdox-printer": "^0.2.5",
"phpunit/phpunit": "^7.0",
"satooshi/php-coveralls": "^2.0",
"stratadox/hydrator": "^3.0",
"stratadox/immutable-collection": "^1.0"
Expand Down
Loading

0 comments on commit 2aa6506

Please sign in to comment.