summaryrefslogtreecommitdiffstats
path: root/tests/lib/UserTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-55/+0
| | | | | | * mainly removes deprecated methods and old static code Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove warningJoas Schilling2017-01-051-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix failing tests after db splitRoeland Jago Douma2016-07-131-1/+1
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+55
* 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