From e92347d2de540ae8b3cb33dcbf6de32ce72121e5 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 21 Jan 2013 10:32:38 +0100 Subject: [PATCH] fixed error --- developer_manual/dependencyinjection.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/developer_manual/dependencyinjection.rst b/developer_manual/dependencyinjection.rst index 7a6d5b93f..047a872a2 100644 --- a/developer_manual/dependencyinjection.rst +++ b/developer_manual/dependencyinjection.rst @@ -33,7 +33,8 @@ This class prints out all prenames of a person and is called by using: .. code-block:: php listNames(); This looks like clean code until the first tests are written. **Tests are absolutely necessary in every application! Do not think that your app is too small to require them.** The code will eventuell grow bigger and will have to be refactored.