summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/User/ManagerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-9/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* ensure attribute names are lower casedArthur Schiwon2019-02-141-2/+6
| | | | | | | otherwise they will be skipped when the results is being formatted and the lower-cased result keys do not match. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* remove app specific IUserTools and consolidate testArthur Schiwon2018-10-301-124/+100
| | | | | | | Just some house keeping. IUserTools with used in even older days for easier creation of Access instances… Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* remove unneeded empty search attribute values, fixes #12086Arthur Schiwon2018-10-291-1/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon2018-07-051-19/+15
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* restore ldap_password_renew_prRoger Szabo2017-03-311-17/+19
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* Fix getMock user_ldapRoeland Jago Douma2016-09-061-9/+18
|
* fix a few minor code smellsJörn Friedrich Dreyer2016-08-291-1/+0
|
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move tests/ to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move Connection to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move interface to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move LogWrapper to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move lib\user to PSR-4Joas Schilling2016-05-251-0/+260