Skip to content

Commit 768db37

Browse files
committed
prevent test failures from spatie/laravel-ray deprecations
1 parent d90cbb6 commit 768db37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml.dist

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
<clover outputFile="build/logs/clover.xml"/>
2828
</report>
2929
</coverage>
30+
<php>
31+
<env name="TESTBENCH_CONVERT_DEPRECATIONS_TO_EXCEPTIONS" value="false" />
32+
</php>
3033
<logging>
3134
<junit outputFile="build/report.junit.xml"/>
3235
</logging>

0 commit comments

Comments
 (0)