aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Group/DatabaseTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #44763 from nextcloud/fix/group_name_length_dbBenjamin Gaussorgues2024-05-161-5/+13
|\
| * fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-04-221-5/+13
| | | | | | | | | | | | Mimic behaviour from LDAP users and add a hard limit to 255 characters Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | chore: Add SPDX headerAndy Scherzinger2024-05-131-21/+3
|/ | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+68
* 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