aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/auth/ThrottlePreAuthenticationProviderTest.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
* tests: More use statements in auth testsReedy2024-02-161-9/+12
* tests: Add Tests to PHP namespacingReedy2024-02-161-1/+4
* Make use of assertStatusGood/Error and such in teststhiemowmde2023-10-041-7/+5
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-1/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-7/+8
* Do not use UTSysop directly in auth testsDaimona Eaytoy2023-08-161-6/+6
* tests: Use MainConfigNames consts to refer config namesUmherirrender2023-06-191-16/+17
* Fix more PHPStorm inspections (#2)Tim Starling2023-03-251-1/+1
* Tests: treat wgHooks like a regular config variable.daniel2023-03-091-10/+9
* Add convenience methods for asserting status.daniel2022-03-161-1/+1
* Create AuthenticationProviderTestTrait to facilitate testing of an Authentica...vladshapik2021-05-251-51/+31
* Implement injecting of dependencies to an AuthenticationProvidervladshapik2021-04-261-38/+79
* Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-2/+2
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-1/+1
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Use MediaWikiServices::getAuthManager instead of AuthManager::singletonUmherirrender2020-06-221-5/+5
* Hooks::run() call site migrationTim Starling2020-05-301-0/+2
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Coding style: Auto-fix MediaWiki.Usage.PHPUnit*James D. Forrester2020-01-101-4/+4
* Fix undefined NS with @covers tags in /includes/auth/Alangi Derick2018-11-011-1/+2
* Use ::class to resolve class names in testsUmherirrender2018-01-261-1/+1
* Switch to librarized version of TestingAccessWrapperGergő Tisza2017-04-201-7/+9
* phpunit: Avoid use of deprecated getMock for PHPUnit 5 compatTimo Tijhof2017-04-061-1/+3
* Demote "throttler data not found" logs to info levelGergő Tisza2017-02-171-1/+1
* Support multiple limits and arbitrary periods in account creation throttlecenarium2016-09-221-8/+14
* Remove $wgDisableAuthManagerGergő Tisza2016-08-091-9/+0
* Add AuthManagerBrad Jorsch2016-05-161-0/+235