summaryrefslogtreecommitdiffstats
path: root/tests/lib/Group
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix multiline commentsChristoph Wurst2020-04-081-19/+19
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-264-55/+55
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-253-121/+121
|/
* Mode to modern phpunitRoeland Jago Douma2019-11-273-3/+3
* Make phpunit8 compatibleRoeland Jago Douma2019-11-275-6/+6
* 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-012-53/+68
* Tests fixJohn Molakvoæ (skjnldsv)2018-06-151-5/+5
* Fixed caldav tests and metadata 2John Molakvoæ (skjnldsv)2018-03-081-3/+3
* Fix Metadata testsJohn Molakvoæ (skjnldsv)2018-03-081-1/+8
* Fix risky tests without assertionsJoas Schilling2018-01-251-0/+2
* Use ::class in test mocksMorris Jobke2017-10-241-2/+4
* Remove legacy OC_User_Backend and OC_User_InterfaceRoeland Jago Douma2017-07-241-2/+2
* 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
* Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-208/+0
* fix more testsArthur Schiwon2016-12-221-23/+23
* Adding group display name supportVincent Petry2016-12-221-214/+223
* Fix getMock MetaDataTestRoeland Jago Douma2016-09-071-1/+3
* LegacyGroupTest need DBRoeland Jago Douma2016-07-111-0/+6
* Improve ManagerTestRoeland Jago Douma2016-07-112-207/+205
* Improve GroupTestRoeland Jago Douma2016-07-111-43/+124
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-207-0/+1885