diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2021-04-16 18:21:11 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2021-08-18 19:05:33 +0200 |
commit | 83b39d6111fe5c63fe3d488d15e565fd04e1ceaf (patch) | |
tree | da5676aee8a838adfa0bfded805fea5ce17dc99f /tests/lib/Accounts | |
parent | 3ac9b565dbd9e32b7075322bf40a14abcca813c4 (diff) | |
download | nextcloud-server-83b39d6111fe5c63fe3d488d15e565fd04e1ceaf.tar.gz nextcloud-server-83b39d6111fe5c63fe3d488d15e565fd04e1ceaf.zip |
Add missing scope to test
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests/lib/Accounts')
-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], |