We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3988886 commit a45ae21Copy full SHA for a45ae21
.gitignore
@@ -3,3 +3,5 @@ composer.lock
3
vendor
4
.idea
5
.project
6
+.vscode
7
+.phpunit.result.cache
phpunit.xml.dist
@@ -7,7 +7,6 @@
convertNoticesToExceptions="true"
8
convertWarningsToExceptions="true"
9
stopOnFailure="false"
10
- syntaxCheck="false"
11
bootstrap="vendor/autoload.php"
12
>
13
<testsuites>
@@ -16,4 +15,4 @@
16
15
</testsuite>
17
</testsuites>
18
19
-</phpunit>
+</phpunit>
0 commit comments