Skip to content

Commit 456aeb9

Browse files
committed
chore: add COLLISION_PRINTER_MAX_WIDTH environment variable to phpunit configuration
1 parent 0af2ffe commit 456aeb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
bootstrap="vendor/autoload.php"
55
colors="true"
66
>
7+
<php>
8+
<env name="COLLISION_PRINTER_MAX_WIDTH" value="200"/>
9+
</php>
10+
711
<testsuites>
812
<testsuite name="gigerIT Test Suite">
913
<directory suffix="Test.php">./tests</directory>

0 commit comments

Comments
 (0)