Skip to content

Commit c9ea232

Browse files
authored
remove invalid attribute from phpunit.xml
1 parent 782e575 commit c9ea232

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpunit.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
convertWarningsToExceptions="true"
88
processIsolation="false"
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)