summaryrefslogtreecommitdiffstats
path: root/tests/lib/group/backend.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-161/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* Fix namespaces in tests/lib/groups/Joas Schilling2016-05-191-1/+3
|
* Group fixup (#24621)Roeland Douma2016-05-171-1/+1
| | | | | | | | * Move used OC_Group_xx to \OC\Group * Add (deprecated) legacy wrapper in legacy, OC_Group_xx * Replace deprecated use of OC_Group_xx with \OC\Group\xx
* Inject DBConnectionRoeland Jago Douma2016-01-121-36/+49
| | | | | * Use query builder * Minor unit tests additions
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+5
|
* Do not use uniqid in Group and User tests as it is not unique on windowsJoas Schilling2014-11-061-5/+3
|
* extend Dummy user and group implementation to pass testsArthur Schiwon2014-06-251-2/+6
|
* clean up created groups after testing, and correct parameter orderArthur Schiwon2014-06-241-9/+6
|
* add testsArthur Schiwon2014-06-231-1/+38
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+2
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* drop SimpleTest compatibilityThomas Mueller2013-01-241-10/+10
|
* Checkstyle: many fixesFelix Moeller2012-11-021-26/+26
|
* adding space between) and {Thomas Mueller2012-09-071-4/+4
|
* allow multiply group backendsRobin Appelman2012-04-131-0/+105