Skip to content

Commit b4d4ac3

Browse files
committed
minor #3838 fix filename typo in cookbook/form/unit_testing.rst (hice3000)
This PR was merged into the 2.3 branch. Discussion ---------- fix filename typo in cookbook/form/unit_testing.rst Commits ------- 3f956a3 fix filename typo in cookbook/form/unit_testing.rst
2 parents 0b06287 + 3f956a3 commit b4d4ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/unit_testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Basics
3636

3737
The simplest ``TypeTestCase`` implementation looks like the following::
3838

39-
// src/Acme/TestBundle/Tests/Form/Type/TestedTypeTests.php
39+
// src/Acme/TestBundle/Tests/Form/Type/TestedTypeTest.php
4040
namespace Acme\TestBundle\Tests\Form\Type;
4141

4242
use Acme\TestBundle\Form\Type\TestedType;

0 commit comments

Comments
 (0)