summaryrefslogtreecommitdiffstats
path: root/tests/lib/Group/ManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Fix tests, and fix Group::searchUsers to avoid duplicatesCôme Chilliet2023-05-021-1/+5
* Clear up return typesCôme Chilliet2023-04-271-2/+2
* Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-271-43/+12
* composer run cs:fixCôme Chilliet2023-01-201-17/+17
* Add group display name cacheAnna Larch2022-11-281-29/+33
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-3/+3
* Fix types in the Group ManagerRoeland Jago Douma2021-03-031-0/+3
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-34/+34
* dont get the group details if we only ask for the idRobin Appelman2020-05-071-11/+9
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-15/+14
* Remove space between switch case and colonChristoph Wurst2020-04-091-32/+32
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-13/+13
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-17/+17
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-83/+83
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-resultblizzz2019-11-251-0/+30
|\
| * take group creation result into considerationArthur Schiwon2019-11-251-0/+30
* | Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
|/
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-29/+34
* Fix 5.6 duplicate class importJoas Schilling2017-03-171-3/+1
* Clean up the testJoas Schilling2017-03-171-81/+52
* Use DIJoas Schilling2017-03-171-27/+31
* Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-171-0/+56
* fix more testsArthur Schiwon2016-12-221-23/+23
* Adding group display name supportVincent Petry2016-12-221-214/+223
* Improve ManagerTestRoeland Jago Douma2016-07-111-205/+203
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+897