Skip to content

Commit a45ae21

Browse files
williamdesbsweeney
authored andcommitted
phpunit updates
1 parent 3988886 commit a45ae21

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ composer.lock
33
vendor
44
.idea
55
.project
6+
.vscode
7+
.phpunit.result.cache

phpunit.xml.dist

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
99
stopOnFailure="false"
10-
syntaxCheck="false"
1110
bootstrap="vendor/autoload.php"
1211
>
1312
<testsuites>
@@ -16,4 +15,4 @@
1615
</testsuite>
1716
</testsuites>
1817

19-
</phpunit>
18+
</phpunit>

0 commit comments

Comments
 (0)