Skip to content

Commit 0653ba0

Browse files
committed
Minor reword
1 parent a194b87 commit 0653ba0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

form/unit_testing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,11 @@ guessers using the :method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestC
240240
and :method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestCase::getTypeGuessers`
241241
methods.
242242

243-
If you want to test the themes of your forms, you may want to make your test extends the
244-
:class:`Symfony\\Bridge\\Twig\\Test\\FormLayoutTestCase` class. This saves a lot of
245-
boilerplate and code duplication by implementing the
243+
When testing the themes of your forms, consider making your test extend the
244+
:class:`Symfony\\Bridge\\Twig\\Test\\FormLayoutTestCase` class. This saves a lot
245+
of boilerplate and code duplication by implementing the
246246
:class:`Symfony\\Component\\Form\\Test\\FormIntegrationTestCase` methods for you.
247-
All that's left to do is to implement the
247+
All you need to do is to implement the
248248
:method:`Symfony\\Bridge\\Twig\\Test\\FormLayoutTestCase::getTemplatePaths`, the
249249
:method:`Symfony\\Bridge\\Twig\\Test\\FormLayoutTestCase::getTwigExtensions` and
250250
the :method:`Symfony\\Bridge\\Twig\\Test\\FormLayoutTestCase::getThemes` methods.

0 commit comments

Comments
 (0)