Skip to content

Commit 87155b4

Browse files
committed
try fixing 7.4
1 parent 9f522c4 commit 87155b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ public function testErrorLimit(
454454
int $generateErrorsCount = 4,
455455
): void
456456
{
457-
putenv('COLUMNS=200');
457+
putenv('COLUMNS=120');
458458
if ($showAllErrors) {
459459
if ($errorsBudget !== null) {
460460
$this->fail('showAllErrors cannot be true when errorsBudget is set');

0 commit comments

Comments
 (0)