Skip to content

Commit 9e86b6a

Browse files
committed
cleanup env var
1 parent 133023f commit 9e86b6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,8 @@ public function testErrorLimit(
466466
}
467467
putenv('PHPSTAN_TABLE_ERROR_FORMATTER_FORCE_SHOW_ALL_ERRORS=1');
468468
$errorsBudget = null;
469+
} else {
470+
putenv('PHPSTAN_TABLE_ERROR_FORMATTER_FORCE_SHOW_ALL_ERRORS');
469471
}
470472

471473
$formatter = $this->createErrorFormatter(

0 commit comments

Comments
 (0)