Skip to content

Commit ebff601

Browse files
committed
minor symfony#10916 Minor reword in the testing article (javiereguiluz)
This PR was merged into the 4.1 branch. Discussion ---------- Minor reword in the testing article Let's remove any reference to "app bundle" in 4.x docs. Spotted thanks to symfony#10915. Commits ------- 136e329 Minor reword in the testing article
2 parents 0be1038 + 136e329 commit ebff601

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)