We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133023f commit 9e86b6aCopy full SHA for 9e86b6a
tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php
@@ -466,6 +466,8 @@ public function testErrorLimit(
466
}
467
putenv('PHPSTAN_TABLE_ERROR_FORMATTER_FORCE_SHOW_ALL_ERRORS=1');
468
$errorsBudget = null;
469
+ } else {
470
+ putenv('PHPSTAN_TABLE_ERROR_FORMATTER_FORCE_SHOW_ALL_ERRORS');
471
472
473
$formatter = $this->createErrorFormatter(
0 commit comments