Skip to content

Commit fa5d25f

Browse files
committed
Merge pull request symfony#2796 from thewilkybarkid/correct-typetestcase-namespace
Correct former TypeTestCase namespace
2 parents 143df02 + 84951f4 commit fa5d25f

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)