wiki.techinc.nl/tests/phpunit/includes
2024-09-26 23:07:25 +00:00
..
actions Prompt user to log in to access Special:My* pages 2024-09-19 19:40:09 +00:00
api Add namespace to includes/api classes 2024-09-25 19:31:14 +00:00
auth tests: Consistently use class_alias comments like elsewhere 2024-09-25 09:48:46 -04:00
block Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
cache tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
Category tests: Use namespaced classes (1) 2024-06-14 17:19:36 +00:00
changetags Replace db with getDb for Tests 2024-06-23 23:47:56 +01:00
collation Remove auto-generated "Class ClassName" comments 2024-05-06 10:03:41 +02:00
CommentStore Replace db with getDb for Tests 2024-06-23 23:47:56 +01:00
composer
config
content tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
db rdbms: make LBFactory::waitForReplication() always run the callbacks 2024-09-19 09:06:20 -07:00
debug tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
deferred tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
diff Add missing documentation to class properties (frontend-related) 2024-09-05 21:41:19 +02:00
editpage Drop legacy classes from HTML message box output 2024-09-23 17:33:35 +00:00
exception Send temporary accounts to Special:CreateAccount on ::requireNamed 2024-09-24 21:42:17 +00:00
export Replace db with getDb for Tests 2024-06-23 23:47:56 +01:00
ExternalLinks LinkFilter::makeLikeArray: Fix another 'path' access 2024-05-14 12:29:23 +02:00
externalstore tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
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 Drop legacy classes from HTML message box output 2024-09-23 17:33:35 +00:00
http phpunit: Replace trivial wfParseUrl use with parse_url() 2024-08-29 03:15:36 +01:00
import tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00: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 language: Add missing documentation to class properties 2024-09-17 18:25:25 +00:00
languages Add plural rules for Interslavic 2024-09-07 15:08:41 -04:00
libs Make MultiHttpClient free from MediaWiki URL global functions 2024-09-09 22:02:58 +03:30
linkeddata tests: Use namespaced classes (@covers) 2024-06-14 00:15:40 +02:00
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 tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
media Remove wfUnpack, deprecated since 1.42 2024-09-07 06:48:35 +03:30
Message Deprecate Message::objectParams() and related code 2024-05-28 22:03:46 +00:00
Navigation phpunit: Fix tests relying on implicit wgScript/wgArticlePath 2024-05-05 00:00:01 +00:00
objectcache objectcache: Add regression test for MultiWrite dependency injection 2024-09-23 15:07:23 -07: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 Add namespace to includes/api classes 2024-09-25 19:31:14 +00:00
poolcounter Remove ParserOutput::getText() calls from core (getRawText) 2024-08-19 14:20:20 +02:00
preferences tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
profiler
recentchanges recentchanges: Add missing documentation to class properties 2024-09-14 10:09:46 +02:00
registration tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
Request Add namespace and deprecation alias to FormatJson 2024-05-16 16:28:01 +03:30
ResourceLoader ResourceLoader: Fix content-links compat 2024-09-17 03:22:14 +00:00
Rest Use real type hints for services etc. in includes/Rest/ 2024-06-11 22:40:44 +02:00
Revision tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
search search: Replace IResultWrapper::fetchObject()/next() with foreach loop 2024-08-31 23:58:02 +02:00
session tests: Consistently use class_alias comments like elsewhere 2024-09-25 09:48:46 -04:00
shell
site tests: Consistently use class_alias comments like elsewhere 2024-09-25 09:48:46 -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 Send temporary accounts to Special:CreateAccount on ::requireNamed 2024-09-24 21:42:17 +00:00
specials Merge "mediawiki.special.block: make submit destructive and use old messages" 2024-09-23 21:35:47 +00:00
Status Namespace MessageSpecifier under Wikimedia\Message\ 2024-07-28 14:21:32 +02:00
Storage nametablestore: simplify NameTableStore::acquireId() and update comments 2024-09-24 16:55:22 +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 Add SpreadAnyEditBlock hook 2024-09-24 12:04:20 +01:00
utils tests: Use const for some static data in test files 2024-09-01 23:24:11 +02:00
watchlist Replace db with getDb for Tests 2024-06-23 23:47:56 +01:00
WikiMap tests: Use namespaced classes (1) 2024-06-14 17:19:36 +00:00
xml Add namespace and deprecation alias to Xml and XmlSelect 2024-05-16 15:23:14 +03:30
AutoLoaderTest.php tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
MediaWikiServicesTest.php tests: Add missing documentation to class properties 2024-09-18 17:25:42 +00:00
MockServiceWiring.php
SampleTest.php
TestUser.php
TestUserRegistry.php