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.
2 parents 79c507e + 0abd0ef commit 46166feCopy full SHA for 46166fe
.gitignore
@@ -5,3 +5,4 @@ composer.lock
5
.DS_Store
6
Thumbs.db
7
/phpunit.xml
8
+.phpunit.result.cache
phpunit.xml.dist
@@ -9,7 +9,6 @@
9
convertWarningsToExceptions="true"
10
processIsolation="false"
11
stopOnFailure="false"
12
- syntaxCheck="false"
13
>
14
<testsuites>
15
<testsuite name="Package Test Suite">
0 commit comments