Skip to content

Commit bd25607

Browse files
committed
minor #16982 Fix broken reference to CommandCompletionTester class (arogachev)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- Fix broken reference to CommandCompletionTester class <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- a9ff660 Fix broken reference to CommandCompletionTester class
2 parents 6f18414 + a9ff660 commit bd25607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Testing the Completion script
368368
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
369369

370370
The Console component comes with a special
371-
:class:`Symfony\\Component\\Console\\Test\\CommandCompletionTester`` class
371+
:class:`Symfony\\Component\\Console\\Tester\\CommandCompletionTester`` class
372372
to help you unit test the completion logic::
373373

374374
// ...

0 commit comments

Comments
 (0)