From 136e3293f1a0012ce6c7e002fc870c2886766f9d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 21 Jan 2019 15:03:51 +0100 Subject: [PATCH] Minor reword in the testing article --- testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.rst b/testing.rst index fc147be942a..64bd847ec23 100644 --- a/testing.rst +++ b/testing.rst @@ -59,7 +59,7 @@ want to test the overall behavior of your application, see the section about Writing Symfony unit tests is no different from writing standard PHPUnit unit tests. Suppose, for example, that you have an *incredibly* simple class -called ``Calculator`` in the ``Util/`` directory of the app bundle:: +called ``Calculator`` in the ``src/Util/`` directory of the app:: // src/Util/Calculator.php namespace App\Util;