fix headers

This commit is contained in:
Bernhard Posselt
2015-01-14 18:10:29 +01:00
parent 3c06995f04
commit 08e859aae7

View File

@@ -438,7 +438,7 @@ This is all that is needed on the server side. Now let's progress to the client
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.
Unit Tests