Skip to content

Commit

Permalink
Compatibility with PHPUnit 6 (#7) (#8)
Browse files Browse the repository at this point in the history
* Compatibility with PHPUnit 6
* Fixed risky test case
* Update .travis.yml
* Update appveyor.yml
* Update states-test.phpt
  • Loading branch information
Rudolf Halas authored Aug 28, 2017
1 parent 084948b commit 488f82c
Show file tree
Hide file tree
Showing 12 changed files with 337 additions and 195 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.0
- 7.1
install:
- composer install
script:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ platform:
clone_folder: c:\projects\phpunit-detailed-printer
environment:
matrix:
- php_version: 5.6
- php_version: 7.0
- php_version: 7.1
## Cache composer, chocolatey and php bits
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
},
"require-dev": {
"phpunit/phpunit": "~5.7"
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 488f82c

Please sign in to comment.