Skip to content

Commit 9b8dfae

Browse files
committed
Strict is deprecated. Replaced with more useful options.
1 parent a028350 commit 9b8dfae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
processIsolation="true"
1111
stopOnFailure="false"
1212
syntaxCheck="true"
13-
strict="true"
13+
beStrictAboutTestsThatDoNotTestAnything="true"
14+
beStrictAboutOutputDuringTests="true"
1415
verbose="true"
1516
>
1617
<testsuites>

0 commit comments

Comments
 (0)