Skip to content

Commit 3e8f16e

Browse files
committed
Update TableErrorFormatterTest.php
1 parent a23e8f1 commit 3e8f16e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ public function testErrorLimit(
448448
string $expected,
449449
): void
450450
{
451+
putenv('COLUMNS=200');
451452
if ($showAllErrors) {
452453
if ($errorsBudget !== null) {
453454
$this->fail('showAllErrors cannot be true when errorsBudget is set');

0 commit comments

Comments
 (0)