8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7af8cf commit 45d6ed8Copy full SHA for 45d6ed8
form/unit_testing.rst
@@ -196,6 +196,12 @@ allows you to return a list of extensions to register::
196
// ... your tests
197
}
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.
201
+
202
+.. versionadded:: 3.3
203
+ The ``getTypedExtensions``, ``getTypes`` and ``getTypeGuessers`` were introduced in Symfony 3.3.
204
205
Testing against Different Sets of Data
206
--------------------------------------
207
0 commit comments