wiki.techinc.nl/tests/phpunit/unit/includes
Timo Tijhof f3ef7f7f23 language: Autoload normalize data and remove transformUsingPairFile compat
* Turn normalize data into an autoloadable class and use the class name
  as key instead of a partial file name with a base directory.

* This protected function is not aimed at re-use in extensions,
  has no other usage known to Codesearch. Mark it internal,
  and remove the compat introduced by 31283f34bf.

* Update the now ten-year-old documentation comments that described
  this as "Temporary". The functionality and comment were introduced
  in 2010 by Tim with r60599 (ad19c032b0).
  Ref <https://bash.toolforge.org/search?p=0&q=temporary>.

* Replace the broken wikitech-l archive link with a working one,
  and describe the thread for easier future reference.

Bug: T225756
Change-Id: I004da1f25c19e1095d0917349f2ba8461f9f0715
2021-08-10 21:03:13 +00:00
..
actions Inject services into InfoAction 2021-08-04 18:04:37 +00:00
api Move ApiWatchlistTraitTest back to unit tests 2021-07-06 20:37:45 +00:00
auth Hard deprecate the setters of AbstractAuthenticationProvider class 2021-05-31 13:02:39 +00:00
block Add UserNameUtils to DummyServicesTrait, and use it 2021-07-27 12:17:06 +00:00
cache LinkBatch: replace Title with PageReference in method signatures 2021-04-26 19:54:24 +02:00
changes build: Updating dependencies 2021-07-22 03:36:05 +00:00
composer Replace all new stdClass() with identical (object)[] 2020-03-04 21:18:30 +00:00
config Introduce includes/Storage/PageUpdaterFactory 2021-07-19 12:15:26 +02:00
content build: Updating dependencies 2021-07-22 03:36:05 +00:00
context Revert "Use CsrfTokenSet as CSRF token source" 2021-08-05 15:48:26 -07:00
dao Give WikiAwareEntityTrait it's own unit tests. 2021-04-27 20:31:14 -07:00
db Convert MWLBFactoryTest to pure unit tests 2021-04-14 16:48:30 +00:00
debug build: Updating dependencies 2021-07-22 03:36:05 +00:00
deferred Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
diff Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
editpage Replace easy usages of User for UserIdentity/Authority 2021-06-09 07:53:52 -07:00
exception build: Updating dependencies 2021-07-22 03:36:05 +00:00
filebackend build: Updating dependencies 2021-07-22 03:36:05 +00:00
filerepo/file phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
GlobalFunctions Add missing @param and @return to documentation in tests 2021-01-22 19:57:25 +01:00
historyblob build: Updating dependencies 2021-07-22 03:36:05 +00:00
HookContainer build: Updating dependencies 2021-07-22 03:36:05 +00:00
htmlform Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
http Move HttpRequestFactoryTest to a unit test 2021-06-02 13:20:02 +00:00
import WikiImporter: inject services 2021-05-24 23:10:07 +02:00
installer Remove "@group Database" from non-integration tests 2021-01-12 12:11:44 +00:00
interwiki build: Updating dependencies 2021-07-22 03:36:05 +00:00
jobqueue build: Updating dependencies 2021-07-22 03:36:05 +00:00
json Merge FormatJsonTest and FormatJsonUnitTest 2021-05-05 20:52:30 +00:00
language build: Suppress ObjectTypeHintReturn for upcoming sniff change 2021-08-05 23:01:55 +00:00
libs language: Autoload normalize data and remove transformUsingPairFile compat 2021-08-10 21:03:13 +00:00
linker build: Updating dependencies 2021-07-22 03:36:05 +00:00
mail Make MailAddressTest a unit test 2021-07-23 10:30:04 +00:00
media IPTCTest: use a data provider 2021-08-05 05:40:25 +00:00
Message Convert ConverterTest to pure unit tests 2021-03-22 15:59:42 +00:00
objectcache build: Updating dependencies 2021-07-22 03:36:05 +00:00
page Clean up MergeHistory 2021-07-13 12:01:04 -07:00
ParamValidator/TypeDef NamespaceDefTest: stop calling getNamespaces() statically 2021-05-20 23:52:47 +00:00
parser parser: Replace deprecated MWHttpRequest::factory 2021-08-04 13:22:50 +00:00
password build: Updating dependencies 2021-07-22 03:36:05 +00:00
Permissions build: Updating dependencies 2021-07-22 03:36:05 +00:00
poolcounter phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
preferences build: Updating dependencies 2021-07-22 03:36:05 +00:00
registration Update Legoktm's email address 2021-05-02 05:39:37 +00:00
resourceloader tests: Swap assertion order in unit tests 2021-08-04 20:21:01 +02:00
Rest Revert "Use CsrfTokenSet as CSRF token source" 2021-08-05 15:48:26 -07:00
Revision Narrow PageUpdater dependency from Title 2021-07-26 19:45:11 -07:00
revisionlist Add tests for RevisionList/RevisionItem classes 2020-05-12 09:36:44 -07:00
search phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
session Move CRSF token generation to CsrfTokenSet 2021-06-18 12:24:19 -07:00
shell Add support for multiple shellbox URLs through a mapping configuration 2021-06-21 14:14:44 +02:00
site Convert MediaWikiPageNameNormalizerTest to a pure unit test 2021-03-11 18:45:57 +00:00
skins build: Updating dependencies 2021-07-22 03:36:05 +00:00
Storage Merge "Narrow PageUpdater dependency from Title" 2021-07-27 21:38:53 +00:00
tidy Deprecate MWTidy and TidyDriverBase::supportsValidate() 2021-03-16 12:29:55 -07:00
title build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0 2021-04-29 13:00:15 -07:00
user Merge "UserNameUtilsTest: avoid duplication in testGetCanonical_interwiki" 2021-08-10 03:49:37 +00:00
utils build: Updating dependencies 2021-07-22 03:36:05 +00:00
watcheditem Reduce duplication in NoWriteWatchedItemStoreUnitTest 2021-07-23 08:07:46 +00:00
watchlist Add DummyServicesTrait::getDummyReadOnlyMode() 2021-07-05 07:16:13 +00:00
BadFileLookupTest.php Use DummyServicesTrait for BadFileLookupTest TitleParser 2021-07-28 20:50:20 +00:00
DeprecatedGlobalTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
DerivativeRequestTest.php Move unit tests, round III 2019-07-09 22:06:59 +02:00
FactoryArgTestTrait.php Remove some more comments that literally repeat the code 2021-06-18 21:23:56 +00:00
FauxResponseTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
FeedUtilsTest.php FeedUtils: Update regex to match classes appropriately, and test 2020-12-15 07:35:10 +00:00
FormOptionsInitializationTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
FormOptionsTest.php Update docblock of FormOptionsTest 2021-01-12 12:04:12 +00:00
HeaderCallbackTest.php HeaderCallback: Sanitize cookie values in debug logs 2020-06-28 22:17:28 +00:00
LicensesTest.php More misc test cleanup 2020-12-24 00:52:06 +00:00
ListToggleTest.php Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
MovePageTest.php build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0 2021-04-29 13:00:15 -07:00
PathRouterTest.php Remove PathRouterTest::$basicRouter, unused 2021-05-05 20:33:54 +00:00
PingbackTest.php Merge "Simplify and reduce duplication in PingbackTest" 2021-07-23 04:16:56 +00:00
ProxyLookupTest.php Add tests for ProxyLookup 2021-03-31 00:21:24 +00:00
SiteConfigurationTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
TitleArrayFromResultTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
TitleTest.php Move some Title tests to unit tests 2021-07-09 23:18:57 +00:00
WikiReferenceTest.php Move WikiReferenceTest to a unit test 2021-05-02 10:00:52 +00:00
XmlJsTest.php More misc test cleanup 2020-12-24 00:52:06 +00:00
XmlSelectTest.php Minor cleanup to XmlSelectTest 2021-01-16 02:32:44 +00:00
XmlTest.php Move Xml::expandAttributes tests to unit tests 2021-03-07 19:27:11 +00:00