Skip to content

Commit 7c20cc8

Browse files
committed
PHPUnit fail on warnings and notices.
1 parent 91cc51b commit 7c20cc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpunit.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
bootstrap="vendor/autoload.php"
55
colors="true"
66
displayDetailsOnTestsThatTriggerWarnings="true"
7+
failOnWarning="true"
8+
failOnNotice="true"
79
>
810
<testsuites>
911
<testsuite name="main">

0 commit comments

Comments
 (0)