aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/user/BotPasswordTest.php
Commit message (Expand)AuthorAgeFilesLines
* BotPasswordTest: Add a few more test cases provideCanonicalizeLoginDataReedy2025-03-131-0/+4
* user: Add filtered versions of CentralIdLookup::lookupUserNamesTim Starling2025-03-061-2/+2
* Use real type hints for services etc. in includes/auth/, session/, user/Bartosz Dziewoński2024-11-021-2/+1
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-0/+1
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+1
* tests: Use namespaced classes (1)Umherirrender2024-06-141-0/+1
* Merge "Use constants provided by MainConfigNames for config names"jenkins-bot2024-05-191-1/+1
|\
| * Use constants provided by MainConfigNames for config namesFunc2024-05-181-1/+1
* | Namespace includes/passwordReedy2024-05-181-0/+1
|/
* StatusValue: Document and deprecate broken ways to search/replace messagesBartosz Dziewoński2024-05-031-8/+5
* tests: Migrate to IDatabase::newInsertQueryBuilderUmherirrender2024-04-141-22/+20
* Remove IDBAccessObject from being implemented in many classesAmir Sarabadani2024-02-191-4/+4
* tests: Add Tests to PHP namespacingReedy2024-02-161-2/+3
* Migrate bot passwords to virtual domainsAmir Sarabadani2024-02-011-1/+0
* tests: Use namespaced class names in @covers annotationsUmherirrender2024-01-271-1/+1
* Introduce StatusFormatterdaniel2023-10-271-6/+6
* Make use of assertStatusGood/Error and such in teststhiemowmde2023-10-041-17/+7
* tests: Use $this->getDb() instead of wfGetDB() in integration testsAmir Sarabadani2023-09-251-2/+2
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+2
* Namespace remaining User-related classes under \MediaWiki\UserJames D. Forrester2023-09-201-0/+2
* In query builders, use insertInto() and deleteFrom() instead of insert() and ...Tim Starling2023-09-081-1/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Fix space after comma in single-line array declarationAmir Sarabadani2023-07-241-1/+1
* tests: Migrate calls to Database::update to UpdateQueryBuilderAmir Sarabadani2023-07-141-6/+5
* tests: Migrate Database::delete calls to DeleteQueryBuilderAmir Sarabadani2023-07-141-5/+4
* tests: Use MainConfigNames consts to refer config namesUmherirrender2023-06-191-1/+1
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-1/+0
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-1/+1
* tests: Simplify some nested ->will( $this->return assertionsReedy2022-11-121-1/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* tests: Migrate away from `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-08-141-14/+11
* Get the MainConfig from MediaWikiServices instead of RequestContextUmherirrender2022-05-241-2/+2
* BotPasswordSessionProvider: inject GrantsInfoAlexander Vorwerk2022-04-121-0/+1
* Add convenience methods for asserting status.daniel2022-03-161-2/+2
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-3/+2
* Remove or replace usages of "sanity"Reedy2021-11-211-10/+8
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Make CentralIdLookup a servicePetr Pchelko2021-06-241-2/+0
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-2/+2
* Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-9/+9
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-1/+1
* Tests: Mark more more closures as staticUmherirrender2021-02-091-2/+2
* Validate max length of bp_restrictions and bp_grantsReedy2020-12-051-6/+54
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Hard deprecate Password::equals()Max Semenik2019-04-121-4/+8
* Improve ApiLogin test coverageAryeh Gregor2018-10-101-4/+4
* Add PasswordFactory to MediaWikiServicesKunal Mehta2018-08-021-4/+3