wiki.techinc.nl/tests/phpunit/unit/includes/user
DannyS712 1f1793dc06 Convert UserNamePrefixSearch to a service
Replace existing class with static ::search method
with a service under MediaWiki\User\ and with
dependencies injected

Similar to the creation of the SpecialPageFactory
service, rename the old file to UserNamePrefixSearch_deprecated
so that UserNamePrefixSearch.php can be used for
the service.

Follow-up patches will:
* Inject and use the new service
* Update the release notes
* Replace the use of the UserFactory with UserNameUtils

Change-Id: Ib78b9bdc96c935d75bd03a8af789b8b359c58b07
2020-10-08 00:14:41 +00:00
..
StaticUserOptionsLookupTest.php Add StaticUserOptionsLookup 2020-08-03 10:30:16 +00:00
UserArrayFromResultTest.php
UserEditTrackerTest.php UserEditTracker: Minor code clean up and follow-ups 2020-09-18 02:21:11 +00:00
UserGroupManagerFactoryTest.php Create UserGroupManager 2020-06-03 16:46:51 -07:00
UserNamePrefixSearchTest.php Convert UserNamePrefixSearch to a service 2020-10-08 00:14:41 +00:00
WatchlistNotificationManagerTest.php