wiki.techinc.nl/tests/phpunit/unit/includes/user
Amir Sarabadani c04f1d64d6 Remove IDBAccessObject from being implemented in many classes
This is inconsistent with the access pattern of other constants in
MediaWiki. it's also confusing (e.g. it's unclear to a newcomer why
UserFactory is implementing IDBAccessObject) and it's prone to clashes
(e.g. BagOStuff class has a clashing constant).

It has been already announced: https://w.wiki/9DAX

Bug: T354194
Change-Id: Ic2357634b8385d65b55db2b557191419b06c40e0
2024-02-19 10:50:02 +01:00
..
CentralId Remove IDBAccessObject from being implemented in many classes 2024-02-19 10:50:02 +01:00
Options Add support for conditional user defaults 2024-01-09 02:33:17 +00:00
Registration Namespace User under \MediaWiki\User 2023-09-19 19:18:16 +00:00
TempUser test: Convert LocalizedNumericSerialMappingTest to a unit test 2024-02-09 10:57:19 -05:00
ActorCacheTest.php
ActorStoreFactoryTest.php Always allow local IP actors to be created when importing 2024-01-29 19:35:14 +00:00
UserArrayFromResultTest.php tests: Use namespaced class names in @covers annotations 2024-01-27 01:11:07 +01:00
UserGroupManagerFactoryTest.php user: Accept local wiki name on UserGroupManagerFactory 2023-05-25 21:01:18 +02:00
UserIdentityUtilsTest.php Add UserIdentityUtils service 2023-07-24 09:52:10 +10:00
UserIdentityValueTest.php tests: Change expectDeprecation to expectDeprecationAndContinue 2023-07-18 16:35:43 +00:00
UserNamePrefixSearchTest.php Special:BlockList: Improve display of hidden users 2023-12-05 13:25:54 -05:00
UserNameUtilsTest.php tests: Fix @covers and @coversDefaultClass to have leading \ 2024-02-16 22:43:56 +00:00
UserTimeCorrectionTest.php