wiki.techinc.nl/tests/phpunit/includes
2024-01-26 17:49:31 +00:00
..
actions MediaWikiEntryPoint: Inject MediaWiki services container 2024-01-24 12:39:03 +03:00
api ApiSiteInfo: Add siprop=autopromoteonce 2024-01-24 20:31:48 +00:00
auth Change more uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-23 16:34:45 +01:00
block tests: Remove explicit clean up for database tests 2024-01-20 19:55:27 +01:00
cache Change more uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-23 16:34:45 +01:00
Category Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary 2023-11-21 09:02:48 -05:00
changes tests: Set rc_log_type in RecentChangeTest for log events 2023-12-12 23:03:09 +01:00
changetags Use native str_contains/str_starts_with in a few more places 2024-01-25 12:17:27 +01:00
collation
CommentStore CommentStore: Remove unused getFields method 2024-01-20 16:21:39 +01:00
composer
config
content Drop deprecated config ContentHandlerTextFallback 2024-01-26 12:45:18 +01:00
db rdbms: Drop ILoadBalancer::getAnyOpenConnection() 2023-11-28 15:42:39 +01:00
debug
deferred Change uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-22 22:27:45 +01:00
diff tests: Use namespaced classes 2023-12-11 15:59:55 +01:00
editpage Move StaticUserOptionsLookup to the MediaWiki\User\Options namespace 2023-11-29 14:08:40 -05:00
exception Merge "Deprecate error printing in MWException" 2024-01-22 02:16:11 +00:00
export
ExternalLinks Replace a few manually crafted assertTrue assertions 2023-11-23 09:38:48 +01:00
externalstore
filebackend tests: Change $wgCommandLineMode hacks to preventOpportunisticUpdates() 2023-12-12 18:58:57 +00:00
filerepo Replace more instances of unchecked MWException 2024-01-23 16:20:53 +00:00
GlobalFunctions
HookContainer
Html Replace more usages of deprecated MWException 2024-01-19 22:01:12 +00:00
htmlform Refactor HTMLRestrictionsField to allow more restrictions to be added 2023-11-23 16:01:50 +00:00
http
import Change more uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-23 16:34:45 +01:00
installer Namespace WebInstaller classes 2024-01-11 23:29:14 +00:00
interwiki Change more uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-23 16:34:45 +01:00
jobqueue Replace more instances of unchecked MWException 2024-01-23 16:20:53 +00:00
language Replace more instances of deprecated MWException 2024-01-19 23:11:59 +00:00
languages
libs tests: Skip failing tests on php8.2 (and make pass) 2023-12-10 22:57:48 +00:00
linkeddata tests: Use namespaced classes 2023-12-11 15:59:55 +01:00
linker tests: Use namespaced classes 2023-12-11 15:59:55 +01:00
logging Allow MergeHistory to split up joined revisions with same timestamp 2024-01-05 23:09:15 +00:00
mail Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary 2023-11-21 09:02:48 -05:00
media Replace more instances of unchecked MWException 2024-01-23 16:20:53 +00:00
Message
Navigation
objectcache objectcache: Drop support for $wgObjectCaches['db-replicated'] 2023-12-08 18:14:37 +01:00
Output Replace more usages of deprecated MWException 2024-01-19 22:01:12 +00:00
OutputTransform tests: Rename OutputTransformStageTest for PHPUnit 9.6 2024-01-17 17:41:36 +01:00
page Merge "Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()" 2024-01-23 17:59:21 +00:00
pager
ParamValidator/TypeDef Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary 2023-11-21 09:02:48 -05:00
parser Merge "tests: Fix deprecation filter in ParserCacheSerializationTestCases" 2024-01-26 17:49:31 +00:00
password Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary 2023-11-21 09:02:48 -05:00
Permissions tests: Remove cleanup of blocks, done by ChangedTablesTracker 2024-01-20 11:41:15 +01:00
poolcounter Change more uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-23 16:34:45 +01:00
preferences Update tests for PHPUnit 9.6 (part 2) 2024-01-17 18:16:38 +01:00
profiler
rcfeed
registration
Request tests: Use namespaced classes 2023-12-11 15:59:55 +01:00
ResourceLoader Drop deprecated config $wgLogoHD 2024-01-24 19:46:04 +01:00
Rest Update tests for PHPUnit 9.6 (part 2) 2024-01-17 18:16:38 +01:00
Revision Merge "Use native str_contains/str_starts_with in a few more places" 2024-01-25 16:27:36 +00:00
search Change more uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-23 16:34:45 +01:00
session Merge "Allow setting page restrictions on BotPassword grants" 2023-12-15 06:04:00 +00:00
shell
site Change more uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-23 16:34:45 +01:00
SiteStats
skins skins: move testGetDefaultModulesForContent to SkinTest.php 2024-01-11 13:58:04 +00:00
sparql
specialpage tests: Replace usages of wfGetDB 2024-01-18 00:12:59 +00:00
specials Change more uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-23 16:34:45 +01:00
Status Minimize code duplication in StatusValue methods 2023-11-30 20:26:52 +00:00
Storage Merge "Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()" 2024-01-23 17:59:21 +00:00
title update a few tests to use PHP 7.4 syntax 2024-01-09 10:19:00 +02:00
upload
user Merge "Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()" 2024-01-23 17:59:21 +00:00
utils Merge "Replace a few manually crafted assertTrue assertions" 2023-11-30 12:45:42 +00:00
watcheditem Migrate remaining Database::insert calls to InsertQueryBuilder 2023-12-22 14:53:17 +01:00
WikiMap
xml
AutoLoaderTest.php
MediaWikiServicesTest.php Deprecate never-used ConfigRepository service 2024-01-24 17:52:19 -05:00
MediaWikiTest.php Introduce MediaWikiEntryPoint and ActionEntryPoint 2024-01-03 19:20:44 +01:00
MockServiceWiring.php
SampleTest.php
TestUser.php Change uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-22 22:27:45 +01:00
TestUserRegistry.php update a few tests to use PHP 7.4 syntax 2024-01-09 10:19:00 +02:00