aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/User/DatabaseTest.php
Commit message (Collapse)AuthorAgeFilesLines
* refactor user searchingRobin Appelman2017-12-201-2/+13
| | | | | | add additional user searching tests Signed-off-by: Robin Appelman <robin@icewind.nl>
* Adds search by email function on the users screen.Abijeet2017-12-161-0/+25
| | | | | | | | | | | Fixes #7175. - Updated the query to fetch the users in users > everyone tab. - Updated the query to fetch the users in users > admin tab. - Tested to ensure that the disabled users are also being fetched. - Added test cases. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Add tests for database user backend cachingVincent Petry2017-03-201-1/+18
| | | | | | | | Add comment, closeCursor in user DB query Invalidate user in cache after successful creation Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix getMock UserRoeland Jago Douma2016-09-131-1/+1
|
* verify user password on changeBjoern Schiessle2016-06-271-1/+46
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+54
* 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