Skip to content

Commit af5c57a

Browse files
committed
[Console] Remove some unneeded imports
1 parent c8fdee6 commit af5c57a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/console/helpers/questionhelper.rst

-2
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,6 @@ Testing a Command that Expects Input
448448
If you want to write a unit test for a command which expects some kind of input
449449
from the command line, you need to set the inputs that the command expects::
450450

451-
use Symfony\Component\Console\Helper\HelperSet;
452-
use Symfony\Component\Console\Helper\QuestionHelper;
453451
use Symfony\Component\Console\Tester\CommandTester;
454452

455453
// ...

0 commit comments

Comments
 (0)