Skip to content

Commit 3da8940

Browse files
committed
PHPUnit 7.x
1 parent c32140c commit 3da8940

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "~7.2",
1515
"phing/phing": "~2.16",
16-
"phpunit/phpunit": "~6.0"
16+
"phpunit/phpunit": "^7.0.1"
1717
},
1818
"require-dev": {
1919
"consistence/coding-standard": "3.7",

tests/phpunit.xml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<log
1616
type="coverage-html"
1717
target="../build/log/coverage/html"
18-
charset="UTF-8"
1918
lowUpperBound="100"
2019
highLowerBound="100"
2120
/>

0 commit comments

Comments
 (0)