Skip to content

Commit c0dc910

Browse files
committed
update PHPUnit to 8.x
1 parent 6349f34 commit c0dc910

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "~7.2",
1515
"phing/phing": "^2.16.3",
16-
"phpunit/phpunit": "^7.0.3"
16+
"phpunit/phpunit": "^8.0"
1717
},
1818
"require-dev": {
1919
"consistence/coding-standard": "3.10.1",

tests/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.phpunit.result.cache

tests/phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
beStrictAboutOutputDuringTests="true"
99
beStrictAboutTestsThatDoNotTestAnything="true"
1010
beStrictAboutTodoAnnotatedTests="true"
11+
convertDeprecationsToExceptions="true"
1112
failOnRisky="true"
1213
failOnWarning="true"
1314
>

0 commit comments

Comments
 (0)