aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/auth/CheckBlocksSecondaryAuthenticationProviderTest.php
Commit message (Expand)AuthorAgeFilesLines
* block: DatabaseBlock constructor caller migrationTim Starling2025-03-041-14/+17
* tests: More use statements in auth testsReedy2024-02-161-1/+2
* tests: Add Tests to PHP namespacingReedy2024-02-161-1/+4
* Namespace includes/contextJames D. Forrester2024-02-081-1/+1
* AuthManager: deny auto-creation for globally blocked usersTim Starling2023-10-201-60/+0
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-3/+3
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+1
* tests: Use namespaced MediaWiki\Request\FauxRequestUmherirrender2023-08-201-1/+1
* Do not use UTSysop directly in auth testsDaimona Eaytoy2023-08-161-1/+1
* tests: Use MainConfigNames consts to refer config namesUmherirrender2023-06-191-2/+3
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-2/+2
* tests: Do not set User::mBlock in secondary auth provider testUmherirrender2022-12-221-5/+15
* Fix whitespaces after commaUmherirrender2022-12-151-2/+2
* Remove deprecated method call from CheckBlocksSecondaryAuthenticationProviderThalia2022-11-101-1/+3
* Fix block handling in CheckBlocksSecondaryAuthenticationProviderGergő Tisza2022-08-301-9/+16
* Rewrite CheckBlocksSecondaryAuthenticationProviderTestGergő Tisza2022-08-301-95/+134
* Add convenience methods for asserting status.daniel2022-03-161-8/+4
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-3/+2
* Update DatabaseBlock construct option 'by' and 'byText' usage to use User Ide...Roman Stolar2021-06-021-2/+2
* Create AuthenticationProviderTestTrait to facilitate testing of an Authentica...vladshapik2021-05-251-30/+7
* Implement injecting of dependencies to an AuthenticationProvidervladshapik2021-04-261-9/+32
* CheckBlocksSecondaryAuthenticationProviderTest: No need to set $wgUserDannyS7122020-09-151-1/+0
* Deprecate DatabaseBlock methods moved to DatabaseBlockStoreThalia2020-09-131-3/+4
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Use MediaWikiServices::getAuthManager instead of AuthManager::singletonUmherirrender2020-06-221-2/+3
* Fix a plethora of class and function call case mismatchesReedy2020-05-261-3/+3
* Provide a more informative message for authentication block errorsThalia2019-10-211-5/+6
* Rename Block to MediaWiki\Block\DatabaseBlockThalia2019-05-281-3/+4
* Replace $wgUser with RequestContext::getUser in User::getBlockedStatusGergő Tisza2019-03-181-0/+1
* Fix undefined NS with @covers tags in /includes/auth/Alangi Derick2018-11-011-1/+1
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-0/+2
* Use ::class to resolve class names in testsUmherirrender2018-01-261-4/+4
* Switch to librarized version of TestingAccessWrapperGergő Tisza2017-04-201-2/+4
* Use namespaced ScopedCallbackKunal Mehta2016-10-171-1/+1
* Remove $wgDisableAuthManagerGergő Tisza2016-08-091-9/+0
* Add AuthManagerBrad Jorsch2016-05-161-0/+195