mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
add recommended to tests instead of optional
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user