Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/30588/head
Joas Schilling 4 years ago
parent 3c84570901
commit 172be810b8
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 2
      tests/lib/Accounts/AccountPropertyTest.php

@ -84,8 +84,8 @@ class AccountPropertyTest extends TestCase {
[IAccountManager::VISIBILITY_PRIVATE, IAccountManager::SCOPE_LOCAL],
[IAccountManager::VISIBILITY_CONTACTS_ONLY, IAccountManager::SCOPE_FEDERATED],
[IAccountManager::VISIBILITY_PUBLIC, IAccountManager::SCOPE_PUBLISHED],
['', IAccountManager::SCOPE_LOCAL],
// invalid values
['', null],
['unknown', null],
['v2-unknown', null],
];

Loading…
Cancel
Save