Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cookbook/form/unit_testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test the core types and you can use it to test your types too.
.. versionadded:: 2.3
The ``TypeTestCase`` has moved to the ``Symfony\Component\Form\Test``
namespace in 2.3. Previously, the class was located in
``Symfony\Component\Form\Tests\Core\Extension\Type``.
``Symfony\Component\Form\Tests\Extension\Core\Type``.

The Basics
----------
Expand Down