diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Accounts/AccountManagerTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/Accounts/AccountManagerTest.php b/tests/lib/Accounts/AccountManagerTest.php index ea82bd04f3f..18f34b454f6 100644 --- a/tests/lib/Accounts/AccountManagerTest.php +++ b/tests/lib/Accounts/AccountManagerTest.php @@ -464,6 +464,7 @@ class AccountManagerTest extends TestCase { $expected = [ 'key1' => ['value' => 'value1', 'verified' => '0'], 'key2' => ['value' => 'value1', 'verified' => '0'], + 'additional_mail' => [] ]; $result = $this->invokePrivate($this->accountManager, 'addMissingDefaultValues', [$input]); |