File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -196,11 +196,15 @@ allows you to return a list of extensions to register::
196
196
// ... your tests
197
197
}
198
198
199
- It is also possible to load custom form types, form type extensions or type guessers using the
200
- ``getTypedExtensions ``, ``getTypes `` and ``getTypeGuessers `` methods.
199
+ It is also possible to load custom form types, form type extensions or type
200
+ guessers using the :method: `Symfony\\ Component\\ Form\\ Test\\ FormIntegrationTestCase::getTypes `,
201
+ `:method: `Symfony\\ Component\\ Form\\ Test\\ FormIntegrationTestCase::`getTypeExtensions `
202
+ and :method: `Symfony\\ Component\\ Form\\ Test\\ FormIntegrationTestCase::getTypeGuessers `
203
+ methods.
201
204
202
205
.. versionadded :: 3.3
203
- The ``getTypedExtensions ``, ``getTypes `` and ``getTypeGuessers `` were introduced in Symfony 3.3.
206
+ The ``getTypes() ``, ``getTypeExtensions() `` and ``getTypeGuessers() ``
207
+ methods were introduced in Symfony 3.3.
204
208
205
209
Testing against Different Sets of Data
206
210
--------------------------------------
You can’t perform that action at this time.
0 commit comments