Skip to content

Commit

Permalink
Update PHPUnit to version without count bug
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Dec 23, 2016
1 parent 57621e9 commit ea74388
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"require-dev": {
"phpunit/phpunit": ">=4.1"
"phpunit/phpunit": ">=5.7.4"
},
"scripts": {
"psalm": "./bin/psalm",
Expand Down
100 changes: 50 additions & 50 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
backupStaticAttributes="false"
bootstrap="tests/bootstrap.php"
colors="false"
convertErrorsToExceptions="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
Expand Down

0 comments on commit ea74388

Please sign in to comment.