diff options
author | Roger Szabo <roger.szabo@web.de> | 2017-03-31 17:30:59 +0800 |
---|---|---|
committer | Roger Szabo <roger.szabo@web.de> | 2017-03-31 17:30:59 +0800 |
commit | bd907a5dac743aa110900ec1aa5fd5c2895b0d0a (patch) | |
tree | 023197b14465ef9322da275e9e19162659602b93 /apps/user_ldap | |
parent | 9ed4fb0494eae4f82fd981d35cd402a531d05261 (diff) | |
download | nextcloud-server-bd907a5dac743aa110900ec1aa5fd5c2895b0d0a.tar.gz nextcloud-server-bd907a5dac743aa110900ec1aa5fd5c2895b0d0a.zip |
usertest adjustment
Signed-off-by: Roger Szabo <roger.szabo@web.de>
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/tests/User/UserTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/User/UserTest.php b/apps/user_ldap/tests/User/UserTest.php index f80f718e78f..abc65b27bca 100644 --- a/apps/user_ldap/tests/User/UserTest.php +++ b/apps/user_ldap/tests/User/UserTest.php @@ -703,7 +703,7 @@ class UserTest extends \Test\TestCase { * No quota attribute set and wrong default will set 'default' as quota */ public function testUpdateWrongDefaultQuotaNotProvided() { - list($access, $config, $filesys, $image, $log, $avaMgr, $dbc, $userMgr) = + list($access, $config, $filesys, $image, $log, $avaMgr, $dbc, $userMgr, $notiMgr) = $this->getTestInstances(); list($access, $connection) = |