Skip to content

Commit 136e329

Browse files
committed
Minor reword in the testing article
1 parent 0be1038 commit 136e329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ want to test the overall behavior of your application, see the section about
5959

6060
Writing Symfony unit tests is no different from writing standard PHPUnit
6161
unit tests. Suppose, for example, that you have an *incredibly* simple class
62-
called ``Calculator`` in the ``Util/`` directory of the app bundle::
62+
called ``Calculator`` in the ``src/Util/`` directory of the app::
6363

6464
// src/Util/Calculator.php
6565
namespace App\Util;

0 commit comments

Comments
 (0)