wiki.techinc.nl/tests/phpunit/includes
2021-07-13 18:57:27 +00:00
..
actions Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
api Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
auth Remove AuthManager::singleton 2021-06-18 23:34:33 +02:00
block Hard-deprecate AbstractBlock::getTargetAndType() and getTarget() 2021-06-22 16:59:00 +03:00
cache Make LinkCache behavior more consistent 2021-06-24 18:25:55 +02:00
changes Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
changetags Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
collation
config
content Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
context Remove $actor field from UsererIdentityValue 2021-04-13 18:18:06 +00:00
db Fix various typos in documentation 2021-06-21 00:26:07 +00:00
debug Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
deferred Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
diff Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
editpage Replace easy usages of User for UserIdentity/Authority 2021-06-09 07:53:52 -07:00
exception
externalstore Remove unneeded uses of MediaWikiCoversValidator 2021-05-22 01:43:29 +00:00
filebackend Add some missing __METHOD__ parameters to database calls 2021-06-07 19:28:51 +00:00
filerepo Manual and automatic image metadata reserialization 2021-06-26 22:50:17 +00:00
GlobalFunctions Drop global function wfNegotiateType, deprecated in 1.36 2021-05-10 15:09:49 -07:00
HookContainer
htmlform
http Move HttpRequestFactoryTest to a unit test 2021-06-02 13:20:02 +00:00
import WikiImporter: inject services 2021-05-24 23:10:07 +02:00
installer Installer: Do not use mediawiki.skinning.interface module 2021-04-15 11:11:32 -07:00
interwiki Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
jobqueue Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
language
libs Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
linkeddata
linker Pass PageReference as possible parameter to LinkRenderer methods 2021-05-10 16:01:27 -04:00
logging Remove hard-deprecated LogEntry::getPerformer 2021-06-28 18:06:36 -07:00
mail Use UserIdentityValue in tests where possible 2021-04-22 09:32:43 +02:00
media Use the unserialized form of image metadata internally 2021-06-08 17:04:01 +10:00
Message phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
Navigation
objectcache
page Hard deprecate WikiPage::doEditContent 2021-07-04 00:03:38 +00:00
pager Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
ParamValidator/TypeDef UserDef: use UserIdentityValue in a few places 2021-06-13 08:48:53 +00:00
parser Remove $wgUser fallback in ParserOptions 2021-06-24 02:55:20 +00:00
password Remove User from password policy check interfaces 2021-06-11 10:21:14 -07:00
Permissions Move the fallback to check the 'create' right into PermissionManager when we checking 'edit' right. 2021-06-23 18:09:22 +03:00
poolcounter ParserCache: only use in-process caching for metadata 2021-04-06 17:53:38 -06:00
preferences DefaultPreferencesFactory: inject and use UserOptionsManager 2021-06-17 17:27:40 -07:00
rcfeed phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
registration Fix array order for array_replace_recursive merge strategy 2021-05-23 13:29:35 -04:00
resourceloader Emit media structure as piloted in Parsoid 2021-06-24 23:32:40 +00:00
Rest Fix order of parameters in assertions 2021-05-03 15:50:53 +00:00
Revision Merge RevisionStoreDbTestBase and McrRevisionStoreDbTest 2021-06-28 08:55:38 -07:00
search Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
session Move CRSF token generation to CsrfTokenSet 2021-06-18 12:24:19 -07:00
shell
site Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
skins Merge "Convert Skin::relevantUser to UserIdentity" 2021-07-13 18:57:27 +00:00
sparql
specialpage Update DatabaseBlock construct option 'by' and 'byText' usage to use User Identity only 2021-06-02 17:01:32 +03:00
specials Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
Storage Post Revision-removal cleanup 2021-06-24 00:32:39 +00:00
title Add DummyServicesTrait::getDummyInterwikiLookup 2021-05-05 10:57:59 -07:00
upload Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
user CentralIdLookup: accept Authority for audiences checks instead of User 2021-06-30 11:55:18 -07:00
utils Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
watcheditem Post Revision-removal cleanup 2021-06-24 00:32:39 +00:00
ActorMigrationTest.php Split a base class out of ActorMigration 2021-05-03 15:14:06 +10:00
ActorMigrationTest.sql
AutoLoaderTest.php Add script for resolving class names to files 2021-04-16 11:04:39 +00:00
CategoryTest.php Simplify database handling in CategoryTest 2021-05-09 00:53:31 +00:00
CommentStoreCommentTest.php
CommentStoreTest.php build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0 2021-04-29 13:00:15 -07:00
CommentStoreTest.sql
ContentSecurityPolicyTest.php build: Swap deprecated @codingStandardsIgnore to phpcs:ignore 2021-04-04 21:18:22 +02:00
EditPageConstraintsTest.php Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
EditPageTest.php Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
ExportTest.php
ExtraParserTest.php Parser: Trim trailing whitespace as the last step in pre-save transform 2021-04-14 20:53:49 +02:00
FauxRequestTest.php
GitInfoTest.php
HooksTest.php
HtmlTest.php
LinkerTest.php
LinkFilterTest.php
MagicWordFactoryTest.php
MediaWikiServicesTest.php
MediaWikiTest.php
MediaWikiVersionFetcherTest.php
MergeHistoryTest.php Fix order of parameters in assertions 2021-05-03 15:50:53 +00:00
MessageTest.php Use Message::page instead of Message::title 2021-06-09 13:18:22 +00:00
MockServiceWiring.php
MovePageTest.php Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
MultiHttpClientTest.php Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
MWTimestampTest.php MWTimestampTest: use StaticUserOptionsLookup 2021-05-12 21:05:48 +00:00
OutputPageTest.php Use CsrfTokenSet as CSRF token source 2021-07-12 14:19:15 -07:00
PagePropsTest.php Simplify PagePropsTest 2021-05-03 14:42:27 +00:00
ReadOnlyModeTest.php Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
SampleTest.php
SiteStatsTest.php
StatusTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
TemplateCategoriesTest.php Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
TestUser.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
TestUserRegistry.php
TimeAdjustTest.php
TitleMethodsTest.php Consistently normalize Title::mFragment before setting 2021-07-01 11:20:05 -07:00
TitleTest.php Move some Title tests to unit tests 2021-07-09 23:18:57 +00:00
WebRequestTest.php phpunit: Mass-replace setMethods with onlyMethods and adjust 2021-04-16 20:15:00 +02:00
WikiMapTest.php
XmlTest.php