diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2021-04-16 18:21:11 +0200 |
---|---|---|
committer | MichaIng <micha@dietpi.com> | 2021-10-23 20:25:39 +0200 |
commit | 0547440069f7a6440b72eb9ac84d0d37be7f7cb8 (patch) | |
tree | b291702b780d51e85066deb4062d1954e80f6ca8 /tests | |
parent | daeeae4ae0d47503ff8ae311e3ef0e9f381daf6a (diff) | |
download | nextcloud-server-0547440069f7a6440b72eb9ac84d0d37be7f7cb8.tar.gz nextcloud-server-0547440069f7a6440b72eb9ac84d0d37be7f7cb8.zip |
Add missing scope to test
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Accounts/AccountPropertyTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/Accounts/AccountPropertyTest.php b/tests/lib/Accounts/AccountPropertyTest.php index 50c3b8f84a4..c2ba96ef8a5 100644 --- a/tests/lib/Accounts/AccountPropertyTest.php +++ b/tests/lib/Accounts/AccountPropertyTest.php @@ -78,6 +78,7 @@ class AccountPropertyTest extends TestCase { // current values [IAccountManager::SCOPE_PRIVATE, IAccountManager::SCOPE_PRIVATE], [IAccountManager::SCOPE_LOCAL, IAccountManager::SCOPE_LOCAL], + [IAccountManager::SCOPE_FEDERATED, IAccountManager::SCOPE_FEDERATED], [IAccountManager::SCOPE_PUBLISHED, IAccountManager::SCOPE_PUBLISHED], // legacy values [IAccountManager::VISIBILITY_PRIVATE, IAccountManager::SCOPE_LOCAL], |