Skip to content

Commit 1fa1d8a

Browse files
maglnetMinishlink
authored andcommitted
remove never used phpunit configuration (#192)
regarding this answer from phpunit's maintainer, the configuration value has never been used: https://stackoverflow.com/a/44331140
1 parent 5c2d2a5 commit 1fa1d8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpunit.xml.dist

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
99
processIsolation="false"
10-
stopOnFailure="false"
11-
syntaxCheck="false">
10+
stopOnFailure="false">
1211
<testsuites>
1312
<testsuite name="WebPush Test Suite">
1413
<directory suffix=".php">./tests/</directory>

0 commit comments

Comments
 (0)