wiki.techinc.nl/tests/phpunit/includes
Timo Tijhof 123da635a1 ResourceLoader: Fix SkinModule aliases to not override existing keys
While not documented or tested, aliases previously not only adding
but also replaced values.

Instead, emit a warning to inform skin developers of this conflict.

Note that the `content-links => elements` alias already behaves
this way (only if not already set), which the other aliases would
now be consistent with.

Change-Id: I66ae66b37bba14b2f65710f3d32f17d4e9a5a7a3
2024-09-17 03:22:04 +00:00
..
actions
api Merge "phpunit: RandomImageGenerator::getImageWriteMethod returns callable" 2024-09-13 21:01:57 +00:00
auth auth: Disable irrelevant account creation fields for temp users 2024-09-10 16:45:56 +02:00
block Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
cache Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
Category
changetags
collation
CommentStore
composer
config
content Merge "Remove ParserOutput::getText() calls from core (runOutputPipeline)" 2024-09-06 19:39:11 +00:00
db Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
debug Use MainConfigNames constants in tests where possible 2024-07-10 10:11:22 +00:00
deferred tests: Remove reset of services in tests 2024-09-05 23:47:16 +02:00
diff Add missing documentation to class properties (frontend-related) 2024-09-05 21:41:19 +02:00
editpage Avoid use of deprecated wfExpandUrl in IntroMessageBuilder 2024-09-08 06:46:37 +03:30
exception PermissionsError: Deprecate public properties 2024-08-12 21:37:04 +02:00
export
ExternalLinks
externalstore
filebackend Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
filerepo tests: Use const for some static data in test files 2024-09-01 23:24:11 +02:00
GlobalFunctions Hard deprecation of wfExpandIRI 2024-09-07 08:03:40 +03:30
HookContainer Add MediaWiki\Registration namespace to registration classes 2024-08-10 10:08:22 +00:00
Html mediawiki.special.block: add reason field 2024-09-11 21:14:25 -04:00
http phpunit: Replace trivial wfParseUrl use with parse_url() 2024-08-29 03:15:36 +01:00
import ImportLinkCacheIntegrationTest: Set named user in context 2024-06-27 09:02:56 +02:00
installer Add tests for WebInstaller::getAcceptLanguage 2024-07-02 18:57:33 +00:00
interwiki tests: Avoid usage of deprecated setContentLang() 2024-07-19 17:28:39 +02:00
jobqueue tests: Remove unused JobQueueTest::$key 2024-09-05 22:34:51 +02:00
language Test alltrans.php and dumpMessages.php 2024-09-02 11:52:54 +00:00
languages Add plural forms for Levantine Arabic 2024-09-04 13:35:57 +00:00
libs Make MultiHttpClient free from MediaWiki URL global functions 2024-09-09 22:02:58 +03:30
linkeddata
linker Drop duplicate test cases and @dataProviders from tests 2024-07-19 10:18:31 +00:00
logging Merge "Add missing documentation to class properties (frontend-related)" 2024-09-06 08:07:40 +00:00
mail
media Remove wfUnpack, deprecated since 1.42 2024-09-07 06:48:35 +03:30
Message
Navigation
objectcache objectcache: Remove WinCache support 2024-09-05 17:59:26 +00:00
Output Merge "Remove ParserOutput::getText() calls from core (runOutputPipeline)" 2024-09-06 19:39:11 +00:00
OutputTransform Avoid use of deprecated wfExpandUrl in ExtractBody 2024-09-09 19:38:04 +03:30
page tests: Use const for some static data in test files 2024-09-01 23:24:11 +02:00
pager Remove Y2K38 limit from reverse chronology pager 2024-08-24 23:33:54 +02:00
ParamValidator/TypeDef tests: Remove unused TagsDefTest::$testClass 2024-09-12 22:24:02 +02:00
parser Merge "tests: Remove unused PreprocessorTest::$mTitle/$mPPNodeCount" 2024-09-17 02:19:24 +00:00
password tests: Use const for some static data in test files 2024-09-01 23:24:11 +02:00
Permissions Use real type hints for services etc. in includes/Permissions/ 2024-07-31 08:56:17 +00:00
poolcounter Remove ParserOutput::getText() calls from core (getRawText) 2024-08-19 14:20:20 +02:00
preferences Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
profiler
recentchanges recentchanges: Add missing documentation to class properties 2024-09-14 10:09:46 +02:00
registration Add MediaWiki\Registration namespace to registration classes 2024-08-10 10:08:22 +00:00
Request
ResourceLoader ResourceLoader: Fix SkinModule aliases to not override existing keys 2024-09-17 03:22:04 +00:00
Rest
Revision Revision,Storage: Widen @covers tags in tests 2024-08-30 04:23:11 +00:00
search search: Replace IResultWrapper::fetchObject()/next() with foreach loop 2024-08-31 23:58:02 +02:00
session Use MainConfigNames in tests 2024-08-06 13:58:47 +00:00
shell
site Consistent spelling of "subpage" 2024-08-06 04:01:02 -04:00
SiteStats Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
skins Skin: don't reparse language link titles 2024-09-16 19:23:50 -04:00
sparql
specialpage phpunit: Replace trivial wfParseUrl use with parse_url() 2024-08-29 03:15:36 +01:00
specials specials: Add missing documentation to class properties 2024-09-13 19:10:50 +00:00
Status Namespace MessageSpecifier under Wikimedia\Message\ 2024-07-28 14:21:32 +02:00
Storage Storage: Remove transaction cancel callback from NameTableStore 2024-08-30 20:41:08 +00:00
title tests: Make use of ??= and ?? operators in various tests 2024-08-15 11:44:46 +02:00
upload upload: Add missing documentation to class properties 2024-09-04 20:09:32 +00:00
user PasswordReset: remove $wgAllowRequiringEmailForResets feature flag 2024-08-28 00:55:43 +02:00
utils tests: Use const for some static data in test files 2024-09-01 23:24:11 +02:00
watchlist
WikiMap
xml
AutoLoaderTest.php
MediaWikiServicesTest.php tests: Use const for some static data in test files 2024-09-01 23:24:11 +02:00
MockServiceWiring.php
SampleTest.php
TestUser.php
TestUserRegistry.php