wiki.techinc.nl/tests/phpunit/integration/includes/user/TempUser
Dreamy Jazz 4fcf7c46ba Add wfDeprecated call to RealTempUserConfig::getMatchPattern
Why:
* The TempUserConfig::getMatchPattern method was deprecated in
  7f588780a0 with a replacement of
  TempUserConfig::getMatchPatterns.
* All existing usages on WMF deployed extensions have been replaced
  so a call to wfDeprecated can be added.

What:
* Add a wfDeprecated call in RealTempUserConfig::getMatchPattern.
  The other implementation of this method calls this method, so
  this is the only call needed.
* Update the tests to expect the deprecation of ::getMatchPattern.

Depends-On: I122f001ab24e879a573b19468d642b8f579d1024
Bug: T354619
Change-Id: I74ea85429d083737c325c978e1cad04beb6a9325
2024-01-18 20:25:17 +00:00
..
LocalizedNumericSerialMappingTest.php
RealTempUserConfigTest.php Add wfDeprecated call to RealTempUserConfig::getMatchPattern 2024-01-18 20:25:17 +00:00
TempUserCreatorTest.php Support multiple matchPatterns in temp user autocreate config 2024-01-17 11:24:26 +00:00
TempUserTestTrait.php Add TempUserTestTrait to easily control temp user config in tests 2024-01-15 13:33:02 +00:00