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 4
4
Testing forms
5
5
=============
6
6
7
- The form component consists of 3 core objects: a FormType (extending
8
- :class: `Symfony\\ Component\\ Form\\ AbstractType `), the
7
+ The Form Component consists of 3 core objects: a FormType (implementing
8
+ :class: `Symfony\\ Component\\ Form\\ FormTypeInterface `), the
9
9
:class: `Symfony\\ Component\\ Form\\ Form ` and the
10
10
:class: `Symfony\\ Component\\ Form\\ FormView `.
11
11
@@ -24,8 +24,8 @@ It is used to test the core types and you can use it to test yours too.
24
24
.. note ::
25
25
26
26
Depending on the way you installed your Symfony or Symfony Form Component
27
- the tests may not be downloaded. Use the --prefer-source or --dev options
28
- with composer if this is the case.
27
+ the tests may not be downloaded. Use the --prefer-source option with
28
+ composer if this is the case.
29
29
30
30
The Basics
31
31
----------
You can’t perform that action at this time.
0 commit comments