Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down