wiki.techinc.nl/tests/phpunit/mocks
Tim Starling e8dbf5f80c TempUser infrastructure and services
Add services and utilities for automatic creation of temporary user
accounts on page save, in order to avoid exposing the user's IP
address.

* Add $wgAutoCreateTempUser, for configuring the system
* Add TempUserConfig service, which interprets the config.
* Add TempUserCreator service, which creates users during page save as
  requested by EditPage. With proxy methods to TempUserConfig for
  convenience.
* Add table user_autocreate_serial. Table creation is necessary before
  the feature is enabled but is not necessary before deployment of this
  commit.

Bug: T300263
Change-Id: Ib14a352490fc42039106523118e8d021844e3dfb
2022-04-14 09:23:55 +10:00
..
content Make SlotRecordTest a unit test 2021-10-19 20:31:55 -07:00
filebackend
filerepo
json
languages
media
permissions DeletePage: add option to delete the associated talk page 2022-01-11 14:48:56 +01:00
poolcounter
search LinkCache: soft deprecate addGoodLinkObj() 2021-09-10 16:00:02 +02:00
session
DummyServicesTrait.php TempUser infrastructure and services 2022-04-14 09:23:55 +10:00
GhostFieldTestClass.php
MockChangesListFilter.php
MockChangesListFilterGroup.php
MockHttpTrait.php Support $wgLocalHTTPProxy in MultiHttpClient 2021-11-16 11:13:10 -08:00
MockMessageLocalizer.php
MockServiceDependenciesTrait.php
MockTitleTrait.php Set page id to 0 for pages in virtual namespaces 2022-03-10 20:12:27 +00:00
NullGuzzleClient.php Use mock Guzzle client during tests 2022-01-18 13:14:51 +11:00
NullHttpRequestFactory.php Use mock Guzzle client during tests 2022-01-18 13:14:51 +11:00
NullMultiHttpClient.php
TestLocalisationCache.php
TestLogger.php