diff --git a/cookbook/form/unit_testing.rst b/cookbook/form/unit_testing.rst index c36dc84c305..e1dbb005607 100644 --- a/cookbook/form/unit_testing.rst +++ b/cookbook/form/unit_testing.rst @@ -36,7 +36,7 @@ The Basics The simplest ``TypeTestCase`` implementation looks like the following:: - // src/Acme/TestBundle/Tests/Form/Type/TestedTypeTests.php + // src/Acme/TestBundle/Tests/Form/Type/TestedTypeTest.php namespace Acme\TestBundle\Tests\Form\Type; use Acme\TestBundle\Form\Type\TestedType;