File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/Symfony/Component/Console/Tests/Helper Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,6 @@ public function testAutocompleteWithTrailingBackslash()
162
162
$ inputStream = $ this ->getInputStream ('E ' );
163
163
164
164
$ dialog = new QuestionHelper ();
165
- $ dialog ->setInputStream ($ inputStream );
166
165
$ helperSet = new HelperSet (array (new FormatterHelper ()));
167
166
$ dialog ->setHelperSet ($ helperSet );
168
167
@@ -171,7 +170,7 @@ public function testAutocompleteWithTrailingBackslash()
171
170
$ question ->setAutocompleterValues (array ($ expectedCompletion ));
172
171
173
172
$ output = $ this ->createOutputInterface ();
174
- $ dialog ->ask ($ this ->createInputInterfaceMock ( ), $ output , $ question );
173
+ $ dialog ->ask ($ this ->createStreamableInputInterfaceMock ( $ inputStream ), $ output , $ question );
175
174
176
175
$ outputStream = $ output ->getStream ();
177
176
rewind ($ outputStream );
You can’t perform that action at this time.
0 commit comments