Skip to content

Commit c53245d

Browse files
committed
Add note about new methods to add extensions for forms testing
1 parent c7af8cf commit c53245d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

form/unit_testing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ allows you to return a list of extensions to register::
196196
// ... your tests
197197
}
198198

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+
199202
Testing against Different Sets of Data
200203
--------------------------------------
201204

0 commit comments

Comments
 (0)