Skip to content

Commit 1c218d3

Browse files
committed
Update to phpunit 7
1 parent 9ab122b commit 1c218d3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "~1.0",
22-
"phpunit/phpunit": "~6.3"
22+
"phpunit/phpunit": "^7.3"
2323
},
2424
"autoload-dev": {
2525
"psr-4": {

phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
>
1312
<testsuites>
1413
<testsuite name="Package Test Suite">

0 commit comments

Comments
 (0)