Skip to content

Commit

Permalink
Enabled PHPUnit v6 (#139)
Browse files Browse the repository at this point in the history
* Enabled PHPUnit v6

* Use caret operator
  • Loading branch information
MarioBlazek authored and andrerom committed Jan 16, 2018
1 parent 09f15d2 commit 6a72a2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"require-dev": {
"ezsystems/ezplatform-http-cache": "*",
"matthiasnoback/symfony-dependency-injection-test": "^1.0",
"phpunit/phpunit": "^5.7",
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
"phpunit/phpunit": "^6.0",
"mikey179/vfsStream": "~1.1.0"
},
"autoload": {
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
beStrictAboutTestsThatDoNotTestAnything="false"
colors="true"
>
<testsuites>
Expand Down

0 comments on commit 6a72a2b

Please sign in to comment.