aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/auth/AbstractPasswordPrimaryAuthenticationProviderTest.php
Commit message (Expand)AuthorAgeFilesLines
* authmanager: Make some tests more robustGergő Tisza2024-07-281-0/+1
* Namespace includes/passwordReedy2024-05-181-2/+2
* tests: More use statements in auth testsReedy2024-02-161-7/+11
* tests: Add Tests to PHP namespacingReedy2024-02-161-2/+7
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-3/+4
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-3/+3
* Do not use UTSysop directly in auth testsDaimona Eaytoy2023-08-161-5/+6
* Fix DB usage in non-database tests (part 2)Daimona Eaytoy2023-08-061-2/+11
* HookContainer: deprecate old hook handler formatsdaniel2023-06-211-2/+2
* tests: Use MainConfigNames consts to refer config namesUmherirrender2023-06-191-4/+4
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-1/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-1/+1
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-191-3/+5
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-2/+1
* AuthManager: inject more servicesDannyS7122021-08-051-1/+5
* AuthManager: inject remaining servicesAlexander Vorwerk2021-07-301-1/+4
* AuthManager: stop injecting unused BlockErrorFormatter serviceAlexander Vorwerk2021-07-231-1/+0
* Create AuthenticationProviderTestTrait to facilitate testing of an Authentica...vladshapik2021-05-251-45/+20
* Implement injecting of dependencies to an AuthenticationProvidervladshapik2021-04-261-15/+38
* Remove unnecessary ->equalTo() from testsThiemo Kreuz2021-04-231-1/+1
* Use WatchlistManager in auth classesCindy Cicalese2021-04-211-1/+2
* Convert AuthManager to Authority: step 1.Petr Pchelko2021-02-221-1/+0
* Tests: Mark more more closures as staticUmherirrender2021-02-091-1/+1
* Inject BlockManager and BlockErrorFormatter into AuthManagerUmherirrender2020-10-301-1/+3
* Use UserNameUtils in AuthManagerUmherirrender2020-10-151-1/+2
* Inject ReadOnlyMode service into AuthManager serviceUmherirrender2020-10-131-1/+2
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-3/+7
* Replace calls to Title::getUserPermissionsErrors (part 5)DannyS7122020-02-261-1/+2
* Use dependency injection for AuthManager and allow it for providersGergő Tisza2020-02-191-1/+2
* Coding style: Auto-fix MediaWiki.Usage.PHPUnit*James D. Forrester2020-01-101-1/+1
* Fix most PHPUnit 8 compat issues in DBless testsDaimona Eaytoy2019-12-151-2/+1
* Add password policy setting `suggestChangeOnLogin`Dayllan Maza2019-03-091-1/+1
* Add force option to password policyGergő Tisza2019-01-021-1/+1
* Fix undefined NS with @covers tags in /includes/auth/Alangi Derick2018-11-011-1/+1
* Use ::class to resolve class names in testsUmherirrender2018-01-261-3/+3
* Switch to librarized version of TestingAccessWrapperGergő Tisza2017-04-201-9/+10
* Get ConfigFactory & MainConfig from MediaWikiServicesaddshore2016-11-231-5/+8
* Remove $wgDisableAuthManagerGergő Tisza2016-08-091-9/+0
* Add AuthManagerBrad Jorsch2016-05-161-0/+233