Skip to content

Commit dcdc4e9

Browse files
committed
tests: harden the config
1 parent 36ed373 commit dcdc4e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
44
colors="true"
55
backupGlobals="false"
6+
beStrictAboutOutputDuringTests="true"
7+
convertErrorsToExceptions="true"
8+
convertNoticesToExceptions="true"
9+
convertWarningsToExceptions="true"
610
bootstrap="vendor/autoload.php"
711
>
812

0 commit comments

Comments
 (0)