We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab122b commit 1c218d3Copy full SHA for 1c218d3
composer.json
@@ -19,7 +19,7 @@
19
},
20
"require-dev": {
21
"mockery/mockery": "~1.0",
22
- "phpunit/phpunit": "~6.3"
+ "phpunit/phpunit": "^7.3"
23
24
"autoload-dev": {
25
"psr-4": {
phpunit.xml
@@ -8,7 +8,6 @@
8
convertWarningsToExceptions="true"
9
processIsolation="false"
10
stopOnFailure="false"
11
- syntaxCheck="false"
12
>
13
<testsuites>
14
<testsuite name="Package Test Suite">
0 commit comments