Skip to content

Commit

Permalink
minor #3838 fix filename typo in cookbook/form/unit_testing.rst (hice…
Browse files Browse the repository at this point in the history
…3000)

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
  • Loading branch information
weaverryan committed May 10, 2014
2 parents 0b06287 + 3f956a3 commit b4d4ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/form/unit_testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b4d4ac3

Please sign in to comment.