We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245a74e commit 9d5e859Copy full SHA for 9d5e859
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