We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7c27b commit fdf90cfCopy full SHA for fdf90cf
tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php
@@ -456,6 +456,9 @@ public function testErrorLimit(
456
int $generateErrorsCount = 4,
457
): void
458
{
459
+ // windows has minor formatting differences (line breaks)
460
+ $this->skipIfNotOnUnix();
461
+
462
putenv('COLUMNS=80');
463
if ($showAllErrors) {
464
if ($errorsBudget !== null) {
0 commit comments