wiki.techinc.nl/tests/phpunit/includes
2019-04-14 02:52:22 +00:00
..
actions Add PHPUnit tests for methods in ViewAction::class 2018-11-20 18:13:50 +01:00
api Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
auth Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
block Replace lowercase {@inheritdoc} with @inheritDoc 2019-03-01 17:25:02 +00:00
cache Default $wgActorTableSchemaMigrationStage to READ_NEW 2019-04-09 13:50:41 -04:00
changes Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
changetags Fix ChangeTagsTest failing on Postgres 2019-03-15 10:10:33 +01:00
collation
composer
config Deprecate MediaWikiTestCase::stashMwGlobals 2018-10-07 19:39:47 +03:00
content Fix order of @var parameter in PHP 2019-04-08 18:37:56 +02:00
context
db Change Database type hints to use IDatabase 2019-04-07 01:15:50 +00:00
debug debug: Disable flaky CeeFormatterTest 2019-03-19 15:25:18 +00:00
deferred Expose external link additions and deletions 2019-02-07 17:09:36 -05:00
diff Fix order of @var parameter in PHP 2019-04-08 18:37:56 +02:00
editpage
exception
externalstore
filebackend Remove a few obscure "done" and "empty" comments 2019-01-30 20:35:14 +00:00
filerepo Add missing property declarations to LocalFileTest 2019-01-02 15:25:44 +01:00
GlobalFunctions Drop clearCache() from (Configured)ReadOnlyMode 2019-04-10 19:39:34 +03:00
htmlform Remove comments literally documenting unit tests being unit tests 2019-02-19 15:18:12 +01:00
http Use https://www.php.net/ instead of https://secure.php.net/ 2019-04-12 06:44:48 +02:00
import Refactor calls to deprecated function Content::getNativeData() 2019-02-15 17:48:01 +00:00
installer Remove comments literally documenting unit tests being unit tests 2019-02-19 15:18:12 +01:00
interwiki
jobqueue jobqueue: add GenericParameterJob and RunnableJob interface 2019-04-08 11:05:23 -07:00
json Finish FormatJson::encode() test coverage 2019-02-02 22:04:35 -08:00
libs Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
linkeddata linkeddata: Simplity PageDataRequestHandler test setup 2019-04-01 14:20:19 +00:00
linker Simplify strings in PHP code 2019-03-01 22:16:26 +01:00
logging Add separate log action for file reverts 2019-03-02 22:16:55 +00:00
mail
media Remove broken explode() from MediaWikiMediaTestCase::dataFile() 2019-03-28 23:01:27 +00:00
objectcache
page Merge "Fix order of @var parameter in PHP" 2019-04-12 15:17:23 +00:00
pager
parser Avoid extra parse/save delay for users with non-canonical parser options 2019-04-14 02:00:16 +00:00
password Remove empty and unnecessary /* @{{ … */ comments 2019-03-15 14:59:19 +01:00
Permissions Introduce PermissionManager service 2019-04-05 14:54:51 +00:00
poolcounter Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
preferences Replace PreferencesFormLegacy usages with PreferencesFormOOUI 2019-04-14 00:51:05 +00:00
rcfeed
registration registration: Allow to require environment abilities 2019-04-13 08:14:44 -07:00
resourceloader resourceloader: Move expandModuleNames() to ResourceLoader.php 2019-04-11 21:06:53 +00:00
Revision Collapse some nested if statements 2019-04-04 19:02:22 +00:00
search Fix order of @var parameter in PHP 2019-04-08 18:37:56 +02:00
session Fixed typo 'implments' and 'implmented' 2019-03-21 16:17:09 +01:00
shell Remove excessive indenting of parameters on newlines 2018-11-06 10:57:17 +00:00
site Remove wgSitesCacheFile and rebuildSitesCache.php (unused) 2019-03-15 20:03:44 +00:00
skins
sparql build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-16 15:51:11 +00:00
specialpage Add test for Special:page::buildPrevNextNavigation 2019-04-02 13:59:46 +02:00
specials Fix flaky test BlockListPagerTest::testFormatValue 2019-04-01 12:06:59 -04:00
Storage Avoid extra parse/save delay for users with non-canonical parser options 2019-04-14 02:00:16 +00:00
tidy Remove references to Html5Depurate 2019-03-13 16:33:37 -05:00
title NamespaceInfo service to replace MWNamespace 2019-04-10 02:07:36 +00:00
upload Add missing empty lines between methods 2019-01-15 19:14:35 +00:00
user Set default for Block::appliesToPasswordReset to true 2019-04-02 14:43:09 +01:00
utils Better detection for old MS Office files 2019-01-23 09:23:17 +11:00
watcheditem Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
ActorMigrationTest.php Remove many references to db fields being retired as part of MCR Schema Migration 2019-03-19 10:50:54 -05:00
AutoLoaderTest.php
AutopromoteTest.php
BlockTest.php Remove reliance on Block properties being public 2019-03-22 21:17:22 +00:00
CategoryTest.php Avoid hitting DB in Category getters when they have the required info 2019-04-04 12:40:14 -07:00
CommentStoreCommentTest.php Fix CommentStoreComment RawMessage construction 2019-02-13 11:17:10 -05:00
CommentStoreTest.php Add missing use for IMaintainableDatabase 2019-02-20 20:57:18 +01:00
CommentStoreTest.sql Mostly drop old comment schemas 2019-02-07 16:59:27 +11:00
ContentSecurityPolicyTest.php CSP: In tests, use setMwGlobals() instead of manual set+undo 2018-08-19 01:43:52 +01:00
DeprecatedGlobalTest.php
DerivativeRequestTest.php Fix IP handling in DerivativeRequest 2018-10-31 20:34:58 -07:00
DiffHistoryBlobTest.php Remove comments literally documenting unit tests being unit tests 2019-02-19 15:18:12 +01:00
EditPageTest.php Add missing @covers to action related tests 2019-02-01 22:13:32 +01:00
ExportTest.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
ExtraParserTest.php During special page transclusion, save and restore context's WikiPage too 2018-10-19 22:19:52 +02:00
FauxRequestTest.php
FauxResponseTest.php Remove comments literally documenting unit tests being unit tests 2019-02-19 15:18:12 +01:00
FormOptionsInitializationTest.php Use TestingAccessWrapper in FormOptionsInitializationTest 2019-01-29 21:33:42 -08:00
FormOptionsTest.php
GitInfoTest.php Allow tests to run with a non-writable source tree 2018-08-30 10:48:50 +10:00
HooksTest.php Drop wfRunHooks, deprecated since 1.25 2018-10-10 15:30:00 -07:00
HtmlTest.php Remove comments literally documenting unit tests being unit tests 2019-02-19 15:18:12 +01:00
LicensesTest.php
LinkerTest.php Show confirmation prompt on rollback links 2019-03-21 10:13:22 +00:00
LinkFilterTest.php Use new externallinks.el_index_60 field 2018-11-12 22:33:18 +00:00
ListToggleTest.php
MagicWordFactoryTest.php MagicWordFactory: Follow-up on I5d2166f155e31900cb40c 2018-12-18 12:12:39 +01:00
MediaWikiServicesTest.php Remove CryptRand and related stuff 2019-04-11 18:20:09 +01:00
MediaWikiTest.php Add @coversNothing for left over tests and enable sniff 2019-02-02 21:53:40 -08:00
MediaWikiVersionFetcherTest.php Improve MediaWikiVersionFetcherTest 2018-08-10 11:26:57 +03:00
MergeHistoryTest.php MergeHistory: Fix flaky test due to relative timestamp 2018-08-15 02:16:02 +01:00
MessageTest.php Add some missing @covers tags 2019-02-02 21:53:40 -08:00
MovePageTest.php Add missing @covers to action related tests 2019-02-01 22:13:32 +01:00
MultiHttpClientTest.php Revert "Convert MultiHttpClient to use Guzzle" 2019-03-06 09:53:32 +01:00
MWTimestampTest.php
OutputPageTest.php Merge "parser: Omit outputting newline after final line" 2019-03-19 14:37:16 +00:00
PagePropsTest.php Automatically reset namespace caches when needed 2018-08-01 16:30:08 +03:00
PathRouterTest.php
PrefixSearchTest.php Reset services before every test 2018-09-03 16:38:58 +00:00
ReadOnlyModeTest.php Drop clearCache() from (Configured)ReadOnlyMode 2019-04-10 19:39:34 +03:00
RevisionDbTestBase.php Fix flakey MCR test in RevisionDbTestBase by mocking the time 2019-03-29 14:17:47 -07:00
RevisionMcrDbTest.php Allow getRevisionText to function without the text table. 2018-10-17 10:54:39 -04:00
RevisionMcrReadNewDbTest.php Normalize use of "INNER JOIN" to "JOIN" in database queries 2019-03-06 09:17:30 -08:00
RevisionMcrWriteBothDbTest.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
RevisionNoContentModelDbTest.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
RevisionPreMcrDbTest.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
RevisionTest.php Mostly drop old comment schemas 2019-02-07 16:59:27 +11:00
RevisionTestModifyableContent.php
RevisionTestModifyableContentHandler.php
SampleTest.php Fix typo in tests/includes/SampleTest.php in core 2018-11-02 12:55:09 +00:00
SanitizerValidateEmailTest.php
ServiceWiringTest.php Sort MediaWikiServices and ServiceWiring alphabetically 2019-04-10 20:59:49 +10:00
SiteConfigurationTest.php
SiteStatsTest.php jobqueue: add GenericParameterJob and RunnableJob interface 2019-04-08 11:05:23 -07:00
StatusTest.php
TemplateCategoriesTest.php
TemplateParserTest.php TemplateParser: Pass FLAG_MUSTACHELOOKUP to enable parent context access 2018-09-04 12:39:34 -07:00
TestLogger.php
TestUser.php Password: replace equals() with verify() 2019-01-24 13:40:40 -08:00
TestUserRegistry.php tests: Allow string to be passed to getTestUser() etc. 2018-10-04 15:30:47 +00:00
TimeAdjustTest.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
TitleArrayFromResultTest.php
TitleMethodsTest.php Title: Test the ->equals() method more thoughroughly 2019-03-21 16:54:58 -07:00
TitlePermissionTest.php Introduce PermissionManager service 2019-04-05 14:54:51 +00:00
TitleTest.php title: Allow passing MessageLocalizer to newMainPage() 2019-04-14 03:26:17 +01:00
WebRequestTest.php
WikiMapTest.php Make WikiMap::isCurrentWikiDbDomain() more rigorous 2019-03-29 19:03:28 +00:00
WikiReferenceTest.php
XmlJsTest.php
XmlSelectTest.php
XmlTest.php ResourceLoader: Add support for packageFiles 2019-02-05 22:05:02 +00:00