Skip to content

Commit 90883d5

Browse files
kukulichondrejmirtes
authored andcommitted
Fixed ErrorFormatter tests in terminals with console support
1 parent 1056f69 commit 90883d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Testing/ErrorFormatterTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private function getOutputStream(): StreamOutput
2727
if ($resource === false) {
2828
throw new \PHPStan\ShouldNotHappenException();
2929
}
30-
$this->outputStream = new StreamOutput($resource);
30+
$this->outputStream = new StreamOutput($resource, StreamOutput::VERBOSITY_NORMAL, false);
3131
}
3232

3333
return $this->outputStream;

0 commit comments

Comments
 (0)