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.