Skip to content

Commit 06bc0e1

Browse files
committed
PHPUnit settings - do not throw AssertionError
1 parent be3808f commit 06bc0e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

phpunit.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
failOnWarning="true"
1313
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xml"
1414
>
15-
<coverage>
15+
<php>
16+
<ini name="assert.exception" value="0"/>
17+
</php>
18+
<coverage>
1619
<include>
1720
<directory suffix=".php">./src</directory>
1821
</include>

0 commit comments

Comments
 (0)