File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -240,11 +240,11 @@ guessers using the :method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestC
240
240
and :method: `Symfony\\ Component\\ Form\\ Test\\ FormIntegrationTestCase::getTypeGuessers `
241
241
methods.
242
242
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
246
246
: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
248
248
:method: `Symfony\\ Bridge\\ Twig\\ Test\\ FormLayoutTestCase::getTemplatePaths `, the
249
249
:method: `Symfony\\ Bridge\\ Twig\\ Test\\ FormLayoutTestCase::getTwigExtensions ` and
250
250
the :method: `Symfony\\ Bridge\\ Twig\\ Test\\ FormLayoutTestCase::getThemes ` methods.
You can’t perform that action at this time.
0 commit comments