We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f947d commit a7ad37eCopy full SHA for a7ad37e
src/Test/MockInputOutput.php
@@ -53,6 +53,7 @@ public function prompt(string $field, $options = null, $validation = null): stri
53
54
CITestStreamFilter::registration();
55
CITestStreamFilter::addOutputFilter();
56
+ CITestStreamFilter::addErrorFilter();
57
58
PhpStreamWrapper::register();
59
PhpStreamWrapper::setContent($input);
0 commit comments