From ee7610173ac68dc19182373e84a9c99cfc04f9d9 Mon Sep 17 00:00:00 2001 From: xavierkaitha94 <44666690+xavierkaitha94@users.noreply.github.com> Date: Mon, 21 Jan 2019 17:04:29 +0530 Subject: [PATCH] Update testing.rst By default there is no utill folder --- testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.rst b/testing.rst index 3fcc508ea5f..0435b2732c8 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 ``Util/`` directory (There is no utill directory, by default while installing symfony.You have to manually create it inside src folder)of the app bundle:: // src/Util/Calculator.php namespace App\Util;