Skip to content

Commit fd9a646

Browse files
committed
Always check the assert expectations in tests
1 parent 7aa55fa commit fd9a646

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
@@ -23,6 +23,7 @@
2323
<env name="QUEUE_CONNECTION" value="database"/>
2424
<ini name="xdebug.mode" value="coverage"/>
2525
<ini name="memory_limit" value="-1"/>
26+
<ini name="zend.assertions" value="1"/>
2627
</php>
2728

2829
<source restrictDeprecations="true"

0 commit comments

Comments
 (0)