add recommended to tests instead of optional

This commit is contained in:
Bernhard Posselt
2015-01-14 16:57:02 +01:00
parent c62c864c2f
commit 3c06995f04

View File

@@ -437,7 +437,7 @@ You can pass in the mapper by adding it as a type hinted parameter. ownCloud wil
This is all that is needed on the server side. Now let's progress to the client side.
Writing a test for the controller (optional)
Writing a test for the controller (recommended)
============================================
Tests are essential for having happy users and a carefree life. No one wants their users to rant about your app breaking their ownCloud or being buggy. To do that you need to test your app. Since this amounts to a ton of repetitive tasks, we need to automate the tests.