Skip to content

Commit 47f15c0

Browse files
authored
documentation tweaks
1 parent 9e6c22f commit 47f15c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Autocomplete/doc/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,8 @@ the full list.
488488
Unit testing
489489
------------
490490

491-
When writing unit tests for your form, using the ``TypeTestCase`` class, you should consider registering the needed type extension ``Symfony\UX\Autocomplete\Form\AutocompleteChoiceTypeExtension`` like so::
491+
When writing unit tests for your form, using the ``TypeTestCase`` class, you
492+
consider registering the needed type extension ``AutocompleteChoiceTypeExtension`` like so::
492493

493494
// tests/Form/Type/TestedTypeTest.php
494495
namespace App\Tests\Form\Type;
@@ -508,8 +509,6 @@ When writing unit tests for your form, using the ``TypeTestCase`` class, you sho
508509
// ... your tests
509510
}
510511

511-
512-
513512
Backward Compatibility promise
514513
------------------------------
515514

0 commit comments

Comments
 (0)