summaryrefslogtreecommitdiffstats
path: root/tests/lib/User/ManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-37/+37
* Add typed create user eventsChristoph Wurst2019-12-031-44/+34
* Mode to modern phpunitRoeland Jago Douma2019-11-271-11/+11
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-25/+29
* Use a case insensitive search for emailRoeland Jago Douma2018-12-201-2/+3
* filter null values for UserManager::getByEmailGeorg Ehrke2018-10-151-0/+33
* Added case example to testsJohn Molakvoæ (skjnldsv)2018-05-261-2/+4
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-1/+1
* never translate login names when requiring with a user idArthur Schiwon2018-01-031-12/+28
* extend tests for status quoArthur Schiwon2018-01-031-0/+12
* Use ::class in test mocksMorris Jobke2017-10-241-1/+1
* Prevent SQL error message in case of errorLukas Reschke2017-08-171-1/+20
* UserManager can now count disabled usersArthur Schiwon2017-04-291-0/+25
* Use the new method in the old one to remove duplicate codeJoas Schilling2017-04-271-5/+11
* Better validation of allowed user namesJoas Schilling2017-04-181-0/+43
* Proper DI of configRoeland Jago Douma2016-10-281-20/+31
* introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer2016-10-281-1/+63
* Fix getMock UserRoeland Jago Douma2016-09-131-23/+24
* Fix failing tests after db splitRoeland Jago Douma2016-07-131-4/+4
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+474