Skip to content

Commit 880601b

Browse files
committed
Update phpunit config for phpunit 11
1 parent e0d69b5 commit 880601b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

phpunit.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
colors="true"
66
testdox="true"
77
extensionsDirectory="tests/Extensions"
8+
9+
failOnWarning="false"
10+
failOnDeprecation="false"
11+
failOnRisky="false"
12+
failOnIncomplete="false"
13+
failOnSkipped="false"
814
>
915
<testsuites>
1016
<testsuite name="Features">

0 commit comments

Comments
 (0)