Skip to content

Commit b59701a

Browse files
committed
update PHPUnit
1 parent a7a8fad commit b59701a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"phing/phing": "2.16.1",
2020
"php-parallel-lint/php-console-highlighter": "1.0",
2121
"php-parallel-lint/php-parallel-lint": "1.3.2",
22-
"phpunit/phpunit": "7.5.1"
22+
"phpunit/phpunit": "8.5.25"
2323
},
2424
"autoload": {
2525
"psr-4": {

tests/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.phpunit.result.cache

tests/phpunit.xml

+1
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)