Skip to content

Commit 1015553

Browse files
committed
Remove --dev, replace AbstractType by FormTypeInterface
1 parent 229e44f commit 1015553

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/form/unit_testing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Testing forms
55
=============
66

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
99
:class:`Symfony\\Component\\Form\\Form` and the
1010
:class:`Symfony\\Component\\Form\\FormView`.
1111

@@ -24,8 +24,8 @@ It is used to test the core types and you can use it to test yours too.
2424
.. note::
2525

2626
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.
2929

3030
The Basics
3131
----------

0 commit comments

Comments
 (0)