Skip to content

Commit d34ad96

Browse files
committed
add phpunit-10-compatible options to fail on warnings/notices (errors are always converted to exceptions)
1 parent b68a6a7 commit d34ad96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

phpunit.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
beStrictAboutChangesToGlobalState="true"
88
beStrictAboutOutputDuringTests="true"
99
colors="true"
10+
failOnWarning="true"
11+
failOnNotice="true"
1012
processIsolation="false"
1113
stopOnFailure="false"
1214
bootstrap="tests/bootstrap.php"

0 commit comments

Comments
 (0)