]> source.dussan.org Git - nextcloud-server.git/commit
Backport of #5122 to stable12 5320/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 26 May 2017 09:25:54 +0000 (11:25 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 9 Jun 2017 14:30:56 +0000 (16:30 +0200)
commitb1820fa170d910f2808cec4407976ffdd505a70a
tree71bcc705e194206a4fc7f171f205a383f987adfb
parent5722afc1d7f04d056b0732fe7d6ad076f4e3ccf2
Backport of #5122 to stable12

add missing INotificationManager when creating User backend, LDAP
UserManager

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Make IDE happy

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
add convenience script to run all tests at once

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
13 files changed:
apps/user_ldap/tests/Integration/AbstractIntegrationTest.php
apps/user_ldap/tests/Integration/Lib/IntegrationTestAccessGroupsMatchFilter.php
apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php
apps/user_ldap/tests/Integration/Lib/IntegrationTestBackupServer.php
apps/user_ldap/tests/Integration/Lib/IntegrationTestBatchApplyUserAttributes.php
apps/user_ldap/tests/Integration/Lib/IntegrationTestConnect.php
apps/user_ldap/tests/Integration/Lib/IntegrationTestCountUsersByLoginName.php
apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php
apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php
apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php
apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php
apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php
apps/user_ldap/tests/Integration/run-all.sh [new file with mode: 0755]