Skip to content

Commit 0c6634d

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: [Console] Remove some unneeded imports
2 parents 36b7c83 + 7a9f5cf commit 0c6634d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/console/helpers/questionhelper.rst

Lines changed: 0 additions & 2 deletions
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)