]> source.dussan.org Git - nextcloud-server.git/commit
Reset app configs by deleting the values instead of setting the defaults
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 12 Nov 2020 10:51:37 +0000 (11:51 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 16 Nov 2020 13:17:00 +0000 (13:17 +0000)
commitbf844567a58c29d56664a80cfef61495bb8b7576
tree822e85db0119a3c085e190b38d32552849d4706a
parent1464ace78877bb2af894122ea9a4208616223f51
Reset app configs by deleting the values instead of setting the defaults

This avoids the need to keep the default values in the integration tests
in sync with the code, and also makes possible to reset values with
"dynamic" defaults (defaults that depend on other values).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
build/integration/features/bootstrap/AppConfiguration.php
build/integration/features/bootstrap/CapabilitiesContext.php
build/integration/features/bootstrap/FederationContext.php
build/integration/features/bootstrap/ShareesContext.php
build/integration/features/bootstrap/SharingContext.php