We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be1038 commit 136e329Copy full SHA for 136e329
testing.rst
@@ -59,7 +59,7 @@ want to test the overall behavior of your application, see the section about
59
60
Writing Symfony unit tests is no different from writing standard PHPUnit
61
unit tests. Suppose, for example, that you have an *incredibly* simple class
62
-called ``Calculator`` in the ``Util/`` directory of the app bundle::
+called ``Calculator`` in the ``src/Util/`` directory of the app::
63
64
// src/Util/Calculator.php
65
namespace App\Util;
0 commit comments