wiki.techinc.nl/tests/phpunit/includes
2023-11-07 23:19:47 +00:00
..
actions Bump codesniffer to 42.0.0 2023-09-27 15:06:32 -04:00
api Merge "Stop using nonexistent DatabaseBlock constructor options" 2023-11-06 21:41:01 +00:00
auth Stop using nonexistent DatabaseBlock constructor options 2023-11-06 12:03:51 +11:00
block Merge "Stop using nonexistent DatabaseBlock constructor options" 2023-11-06 21:41:01 +00:00
cache Bump codesniffer to 42.0.0 2023-09-27 15:06:32 -04:00
Category Hard-deprecate ParserOutput::getCategories(), deprecated in 1.40 2023-09-29 15:25:50 -04:00
changes Drop RecentChange::getPerformer(), deprecated since 1.36 2023-09-27 22:41:21 +00:00
changetags tests: Use $this->getDb() instead of wfGetDB() in integration tests 2023-09-25 21:08:09 +02:00
collation
CommentStore tests: Migrate more cases to SQB 2023-09-21 18:30:37 +00:00
composer tests: Move test cases from /includes/ into sub folder 2023-09-13 00:09:05 +02:00
config Namespace Config-related classes under \MediaWiki\Config 2023-09-21 05:41:58 +00:00
content Merge "parser: Move lang/dir and mw-content-ltr to ParserOutput::getText" 2023-11-06 17:38:10 +00:00
db rdbms: Introduce concept of virtual domains and mapping to ext cluster 2023-10-05 13:31:15 +02:00
debug MWDebug: Add support for native PHP warnings to "Console" 2023-10-19 17:13:12 -07:00
deferred Autofix spacing around commas 2023-10-25 01:08:44 +02:00
diff parser: Move lang/dir and mw-content-ltr to ParserOutput::getText 2023-11-03 19:24:47 -04:00
editpage Migrate callers of DatabaseBlock methods moved to DatabaseBlockStore 2023-11-06 12:03:51 +11:00
exception Test UserBlockedError 2023-11-02 13:20:11 +00:00
export tests: Move test cases from /includes/ into sub folder 2023-09-13 00:09:05 +02:00
ExternalLinks rdbms: Add support for LIKE in expression builder 2023-11-03 02:03:44 +01:00
externalstore
filebackend Simplify/remove duplicate assertStatusOK and such 2023-10-19 20:04:36 +00:00
filerepo Simplify/remove duplicate assertStatusOK and such 2023-10-19 20:04:36 +00:00
GlobalFunctions Autofix spacing around commas 2023-10-25 01:08:44 +02:00
HookContainer
Html tests: Move test cases from /includes/ into sub folder 2023-09-13 00:09:05 +02:00
htmlform Namespace Config-related classes under \MediaWiki\Config 2023-09-21 05:41:58 +00:00
http http: MultiHttpClient supports TelemetryHeadersInterface 2023-09-12 18:05:17 +02:00
import Replace generic new Exception with more generic ones 2023-10-17 07:59:50 +00:00
installer
interwiki tests: Use $this->getDb() instead of wfGetDB() in integration tests 2023-09-25 21:08:09 +02:00
jobqueue Make ParsoidOutputAccess a wrapper over ParserOutputAccess 2023-10-13 15:03:03 -05:00
language Autofix spacing around commas 2023-10-25 01:08:44 +02:00
languages Autofix spacing around commas 2023-10-25 01:08:44 +02:00
libs Autofix spacing around commas 2023-10-25 01:08:44 +02:00
linkeddata Reorg: Move three output related classes to includes/Output/ 2023-09-05 19:36:42 +01:00
linker Use $this->getServiceContainer() in tests 2023-10-17 18:40:46 +00:00
logging Use IReadableDatabase over IDatabase in DatabaseLogEntry::newFromId 2023-10-11 00:25:45 +01:00
mail EmailNotificationTest: Expand coverage to be more accurate 2023-10-30 18:21:40 -04:00
media SVGReader: Detect CSS animated SVGs 2023-11-05 21:21:08 +01:00
Message
Navigation
objectcache
Output Merge "In OutputPage::addParserOutput, getText() before processing metadata" 2023-11-06 21:02:58 +00:00
page parser: Move lang/dir and mw-content-ltr to ParserOutput::getText 2023-11-03 19:24:47 -04:00
pager Switch to ICP in some easy cases 2023-09-26 21:05:16 +02:00
ParamValidator/TypeDef Use $this->getServiceContainer() in tests 2023-10-17 18:40:46 +00:00
parser parser: Move lang/dir and mw-content-ltr to ParserOutput::getText 2023-11-03 19:24:47 -04:00
ParserOutputTransform parser: Move lang/dir and mw-content-ltr to ParserOutput::getText 2023-11-03 19:24:47 -04:00
password Simplify/remove duplicate assertStatusOK and such 2023-10-19 20:04:36 +00:00
Permissions block,Permissions: Blocks should not apply to implicit rights 2023-11-06 17:06:47 +00:00
poolcounter Make use of assertStatusGood/Error and such in tests 2023-10-04 17:16:00 +00:00
preferences Namespace Config-related classes under \MediaWiki\Config 2023-09-21 05:41:58 +00:00
profiler
rcfeed Namespace remaining 'specialpage' files under \MediaWiki\SpecialPage 2023-09-18 18:23:13 +01:00
registration Bump codesniffer to 42.0.0 2023-09-27 15:06:32 -04:00
Request tests: Move test cases from /includes/ into sub folder 2023-09-13 00:09:05 +02:00
ResourceLoader Autofix spacing around commas 2023-10-25 01:08:44 +02:00
Rest
Revision parser: Move lang/dir and mw-content-ltr to ParserOutput::getText 2023-11-03 19:24:47 -04:00
search search: prefer user typed form when re-ranking a redirect to the top 2023-10-25 10:59:52 +02:00
session tests: Use $this->getDb() instead of wfGetDB() in integration tests 2023-09-25 21:08:09 +02:00
shell
site
SiteStats Convert numerous DB queries to use QueryBuilders 2023-10-09 19:06:53 +02:00
skins Introduce BlockMockTrait 2023-10-27 12:22:36 +00:00
sparql Reorg: Move Status to MediaWiki\Status\ 2023-08-25 15:44:17 +02:00
specialpage Mass migrate simple cases to use expression builder 2023-10-26 16:59:19 +00:00
specials Stop using nonexistent DatabaseBlock constructor options 2023-11-06 12:03:51 +11:00
Status Introduce StatusFormatter 2023-10-27 14:56:51 +02:00
Storage Autofix spacing around commas 2023-10-25 01:08:44 +02:00
title parser: Move lang/dir and mw-content-ltr to ParserOutput::getText 2023-11-03 19:24:47 -04:00
upload
user Introduce StatusFormatter 2023-10-27 14:56:51 +02:00
utils Replace generic new Exception with more generic ones 2023-10-17 07:59:50 +00:00
watcheditem Bump codesniffer to 42.0.0 2023-09-27 15:06:32 -04:00
WikiMap tests: Move test cases from /includes/ into sub folder 2023-09-13 00:09:05 +02:00
xml tests: Move test cases from /includes/ into sub folder 2023-09-13 00:09:05 +02:00
AutoLoaderTest.php
HooksTest.php Bump codesniffer to 42.0.0 2023-09-27 15:06:32 -04:00
MediaWikiServicesTest.php Namespace Config-related classes under \MediaWiki\Config 2023-09-21 05:41:58 +00:00
MediaWikiTest.php Namespace remaining Title-related classes under \MediaWiki\Title 2023-09-19 05:21:23 +00:00
MockServiceWiring.php
SampleTest.php
TestUser.php Namespace User under \MediaWiki\User 2023-09-19 19:18:16 +00:00
TestUserRegistry.php Autofix spacing around commas 2023-10-25 01:08:44 +02:00