We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8fdee6 commit af5c57aCopy full SHA for af5c57a
components/console/helpers/questionhelper.rst
@@ -448,8 +448,6 @@ Testing a Command that Expects Input
448
If you want to write a unit test for a command which expects some kind of input
449
from the command line, you need to set the inputs that the command expects::
450
451
- use Symfony\Component\Console\Helper\HelperSet;
452
- use Symfony\Component\Console\Helper\QuestionHelper;
453
use Symfony\Component\Console\Tester\CommandTester;
454
455
// ...
0 commit comments