wiki.techinc.nl/tests/phpunit/includes
Aaron Schulz 59cf3ed572 Fix typo in McrSchemaOverride
Change-Id: Ifedb6276d9b4188e2aacacf38bf608f7ea36201b
2019-03-19 21:29:14 -07:00
..
actions
api Merge "Make ApiStashEdit use a separate key for the parser output due to size" 2019-03-07 23:58:57 +00:00
auth Replace $wgUser with RequestContext::getUser in User::getBlockedStatus 2019-03-18 23:18:41 +00:00
block Replace lowercase {@inheritdoc} with @inheritDoc 2019-03-01 17:25:02 +00:00
cache
changes EnhancedChangesList: Load style module via addModuleStyles() 2019-02-12 01:29:36 +01:00
changetags Fix ChangeTagsTest failing on Postgres 2019-03-15 10:10:33 +01:00
collation
composer
config
content Merge "Avoid a few overly complicated is_null() checks" 2019-03-13 22:23:50 +00:00
context
db Merge "rdbms: make Database::query() more readable and consistent" 2019-03-15 01:16:53 +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 Refactor calls to deprecated function Content::getNativeData() 2019-02-15 17:48:01 +00: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
htmlform Remove comments literally documenting unit tests being unit tests 2019-02-19 15:18:12 +01:00
http http: Support callback functions in GuzzleHttpRequest 2019-01-24 22:05:10 +00: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 Simplify strings in PHP code 2019-03-01 22:16:26 +01:00
json Finish FormatJson::encode() test coverage 2019-02-02 22:04:35 -08:00
libs objectcache: add BagOStuff::deleteMulti() method for consistency 2019-03-14 23:12:30 +00:00
linkeddata
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 Fix assertArrayEquals() calls with bogus 3rd parameter 2019-03-14 18:02:08 +01:00
objectcache
page Avoid a few overly complicated is_null() checks 2019-03-11 10:29:20 +01:00
pager
parser Improve RemexStripTagHandler working with tables 2019-03-14 13:11:59 -07:00
password Remove empty and unnecessary /* @{{ … */ comments 2019-03-15 14:59:19 +01:00
poolcounter Require ClassMatchesFilename sniff to pass for most of tests/ 2019-01-29 23:57:12 -08:00
preferences Remove rollback confirmation user preference 2019-03-19 13:49:51 +00:00
rcfeed
registration resourceloader: Support TestModules registration via extension.json 2019-02-05 15:27:37 -08:00
resourceloader resourceloader: Omit default 'debug=false' from load.php urls 2019-03-08 21:29:18 +00:00
Revision Fix typo in McrSchemaOverride 2019-03-19 21:29:14 -07:00
search Add missing @covers to search related tests 2019-02-01 21:35:26 +00:00
session Remove a few method_exists() checks 2019-03-10 00:17:12 -08:00
shell
site Remove wgSitesCacheFile and rebuildSitesCache.php (unused) 2019-03-15 20:03:44 +00:00
skins
sparql
specialpage Fix assertArrayEquals() calls with bogus 3rd parameter 2019-03-14 18:02:08 +01:00
specials Merge "Block Special pages only if the user is sitewide blocked" 2019-03-05 23:03:49 +00:00
Storage objectcache: optimize WAN cache key updates during HOLDOFF_TTL 2019-03-04 10:00:29 +00:00
tidy Remove references to Html5Depurate 2019-03-13 16:33:37 -05:00
title
upload Add missing empty lines between methods 2019-01-15 19:14:35 +00:00
user Replace $wgUser with RequestContext::getUser in User::getBlockedStatus 2019-03-18 23:18:41 +00:00
utils Better detection for old MS Office files 2019-01-23 09:23:17 +11:00
watcheditem Fix WatchedItemStore last-seen stashing logic 2019-03-14 14:52:29 -07: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 Separate out different functionalities of Block::prevents 2019-02-21 18:21:28 +00: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
DeprecatedGlobalTest.php
DerivativeRequestTest.php
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
ExtraParserTest.php
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
HooksTest.php
HtmlTest.php Remove comments literally documenting unit tests being unit tests 2019-02-19 15:18:12 +01:00
LicensesTest.php
LinkerTest.php Remove empty and unnecessary /* @{{ … */ comments 2019-03-15 14:59:19 +01:00
LinkFilterTest.php
ListToggleTest.php
MagicWordFactoryTest.php MagicWordFactory: Follow-up on I5d2166f155e31900cb40c 2018-12-18 12:12:39 +01:00
MediaWikiServicesTest.php Fully extract services framework as a library 2019-01-16 17:31:05 +01:00
MediaWikiTest.php Add @coversNothing for left over tests and enable sniff 2019-02-02 21:53:40 -08:00
MediaWikiVersionFetcherTest.php
MergeHistoryTest.php
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
MWNamespaceTest.php Hard deprecate MWNamespace::canTalk() 2019-02-26 21:28:55 -08:00
MWTimestampTest.php
OutputPageTest.php Merge "parser: Omit outputting newline after final line" 2019-03-19 14:37:16 +00:00
PagePropsTest.php
PathRouterTest.php
PrefixSearchTest.php
ReadOnlyModeTest.php
RevisionDbTestBase.php Refactor calls to deprecated function Content::getNativeData() 2019-02-15 17:48:01 +00:00
RevisionMcrDbTest.php
RevisionMcrReadNewDbTest.php Normalize use of "INNER JOIN" to "JOIN" in database queries 2019-03-06 09:17:30 -08:00
RevisionMcrWriteBothDbTest.php
RevisionNoContentModelDbTest.php
RevisionPreMcrDbTest.php
RevisionTest.php Mostly drop old comment schemas 2019-02-07 16:59:27 +11:00
RevisionTestModifyableContent.php
RevisionTestModifyableContentHandler.php
SampleTest.php
SanitizerValidateEmailTest.php
ServiceWiringTest.php
SiteConfigurationTest.php
SiteStatsTest.php
StatusTest.php
TemplateCategoriesTest.php
TemplateParserTest.php
TestLogger.php
TestUser.php Password: replace equals() with verify() 2019-01-24 13:40:40 -08:00
TestUserRegistry.php
TimeAdjustTest.php
TitleArrayFromResultTest.php
TitleMethodsTest.php Fix Title::getFragmentForURL for bad interwiki prefix. 2019-01-23 11:17:21 +01:00
TitlePermissionTest.php Merge "Add tests to ensure that retrieved actions match passed in restrictions" 2019-02-27 17:25:09 +00:00
TitleTest.php Remove unused method Title::validateFileMoveOperation() 2019-03-04 05:14:50 +00:00
WebRequestTest.php
WikiMapTest.php Rename WikiMap DB domain ID methods to reduce confusion with web domains 2019-02-06 12:28:45 -08:00
WikiReferenceTest.php
XmlJsTest.php
XmlSelectTest.php
XmlTest.php ResourceLoader: Add support for packageFiles 2019-02-05 22:05:02 +00:00