aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/TestUser.php
Commit message (Expand)AuthorAgeFilesLines
* Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz DziewoƄski2024-01-221-1/+1
* tests: Replace usages of wfGetDBAlexander Vorwerk2024-01-181-2/+4
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* tests: Migrate more easy cases to SQBAmir Sarabadani2023-09-181-6/+5
* Merge "tests: Migrate Database::update usages to UpdateQueryBuilder"jenkins-bot2023-06-081-6/+5
|\
| * tests: Migrate Database::update usages to UpdateQueryBuilderAmir Sarabadani2023-06-081-6/+5
* | Replace usages of deprecated MWExceptionDaimona Eaytoy2023-06-061-4/+4
|/
* tests/api: Add TestUser::getAuthority and use itUmherirrender2022-08-061-0/+9
* Create new UserGroupManager::addUserToMultipleGroups methodTChin2021-08-301-3/+1
* Hard deprecate User group methodsvladshapik2021-07-231-3/+4
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Make stricter type checks on user email and real namePetr Pchelko2021-04-011-1/+1
* Convert WikiPage public interface to UserIdentityPetr Pchelko2021-03-181-0/+10
* ParserTestRunner: share more code w/ MediaWikiIntegrationTestCaseC. Scott Ananian2021-01-071-1/+4
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-1/+1
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Drop last bits of oracleAmir Sarabadani2019-08-141-3/+1
* Password: replace equals() with verify()Max Semenik2019-01-241-1/+1
* Add PasswordFactory to MediaWikiServicesKunal Mehta2018-08-021-2/+3
* Make deprecated TestUser properties privateaddshore2016-06-221-9/+3
* Disable CAS check when saving TestUser data.daniel2016-05-241-0/+6
* Don't use deprecated User::checkPassword() in TestUserBrad Jorsch2016-05-181-9/+18
* Speed up password-handling in the unit testsOri Livneh2016-05-131-4/+6
* Add @since tags for TestUser::getUser/Passwordaddshore2016-05-061-0/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-5/+5
* User: Mostly remove password handlingBrad Jorsch2015-10-131-17/+27
* Fix Generic.Files.LineLength phpcs check in files under phpunit/includesAmir E. Aharoni2015-10-031-1/+3
* Fixed spacingumherirrender2014-10-301-3/+3
* Fix creating non-parameterized hashes in ParameterizedPasswordMarius Hoch2014-10-201-2/+2
* Make TestUser way fasterMarius Hoch2014-10-201-4/+56
* Sanitize TestUserMarius Hoch2014-10-181-19/+51
* Pass phpcs-strict on some test files (4/x)Siebrand Mazeland2014-04-241-2/+5
* Improve TestUser group handlingBrad Jorsch2014-01-041-7/+7
* Add more @covers tags and test cleanupaddshore2013-10-221-2/+4
* Update code formattingSiebrand Mazeland2013-04-261-1/+0
* Move api/ApiTestUser.php to TestUser.php and make available in MediaWikiTestC...Siebrand Mazeland2012-09-131-0/+58