Skip to content

Commit 54e38e8

Browse files
committed
force error_reporting
1 parent 2242f81 commit 54e38e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ and open the template in the editor.
88
<!-- see http://www.phpunit.de/wiki/Documentation -->
99
<phpunit bootstrap="./vendor/autoload.php"
1010
colors="true"
11+
testdox="true"
1112
convertErrorsToExceptions="true"
1213
convertNoticesToExceptions="true"
1314
convertWarningsToExceptions="true"
14-
testdox="true"
15+
convertDeprecationsToExceptions="true"
1516
stopOnFailure="false">
1617

1718
<php>

0 commit comments

Comments
 (0)