Skip to content

Commit 84951f4

Browse files
Correct former TypeTestCase namespace
1 parent 45e1470 commit 84951f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/unit_testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test the core types and you can use it to test your types too.
2323
.. versionadded:: 2.3
2424
The ``TypeTestCase`` has moved to the ``Symfony\Component\Form\Test``
2525
namespace in 2.3. Previously, the class was located in
26-
``Symfony\Component\Form\Tests\Core\Extension\Type``.
26+
``Symfony\Component\Form\Tests\Extension\Core\Type``.
2727

2828
The Basics
2929
----------

0 commit comments

Comments
 (0)