We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f522c4 commit 87155b4Copy full SHA for 87155b4
tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php
@@ -454,7 +454,7 @@ public function testErrorLimit(
454
int $generateErrorsCount = 4,
455
): void
456
{
457
- putenv('COLUMNS=200');
+ putenv('COLUMNS=120');
458
if ($showAllErrors) {
459
if ($errorsBudget !== null) {
460
$this->fail('showAllErrors cannot be true when errorsBudget is set');
0 commit comments