Skip to content

Commit 16b613d

Browse files
committed
PHPUnit config: make sure unexpected output fails the tests
1 parent e0bb06c commit 16b613d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.2/phpunit.xsd"
55
backupGlobals="true"
6+
beStrictAboutOutputDuringTests="true"
67
beStrictAboutTestsThatDoNotTestAnything="false"
78
bootstrap="tests/bootstrap.php"
89
convertErrorsToExceptions="true"

0 commit comments

Comments
 (0)