You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/apps/settings/tests
Daniel Calviño Sánchez 77aba3df3c Fix deleting properties of user settings when not given explicitly
The controller can receive an optional subset of the properties of the
user settings; values not given are set to "null" by default. However,
those null values overwrote the previously existing values, so in
practice any value not given was deleted from the user settings. Now
only non null values overwrite the previous values.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years ago
..
Activity Format control structures, classes, methods and function 4 years ago
AppInfo Remove old unit tests as well 4 years ago
Controller Fix deleting properties of user settings when not given explicitly 3 years ago
Mailer Set the user language when adding the footer 3 years ago
Middleware Unify settings middleware with others 4 years ago
Settings Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 4 years ago
SetupChecks Add setup check to verify that the used DB version is still supported in the next major release 3 years ago