Skip to content

Commit a3f947d

Browse files
committed
fix: remove unneeded CITestStreamFilter removal
1 parent fe0da3d commit a3f947d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Test/MockInputOutput.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public function write(
8383
$this->outputs[] = CITestStreamFilter::$buffer;
8484

8585
CITestStreamFilter::removeOutputFilter();
86-
CITestStreamFilter::removeErrorFilter();
8786
}
8887

8988
public function error(string $text, string $foreground = 'light_red', ?string $background = null): void

0 commit comments

Comments
 (0)