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 6e787e9 commit 30e2e88Copy full SHA for 30e2e88
form/unit_testing.rst
@@ -4,6 +4,13 @@
4
How to Unit Test your Forms
5
===========================
6
7
+.. caution::
8
+
9
+ This article is intended for developers who create
10
+ :doc:`custom form types </form/create_custom_field_type>`. If you are using
11
+ the :doc:`built-in Symfony form types </reference/forms/types>` or the form
12
+ types provided by third-party bundles, you don't need to unit test them.
13
14
The Form component consists of 3 core objects: a form type (implementing
15
:class:`Symfony\\Component\\Form\\FormTypeInterface`), the
16
:class:`Symfony\\Component\\Form\\Form` and the
0 commit comments