wiki.techinc.nl/tests/phpunit/includes
daniel 1a60008a9a Introduce PageIdentity interface
PageIdentity is intended as a lightweight alternative to Title,
similar to LinkTarget, but providing a page ID. It follows the precedent
of UserIdentity.

Bug: T208776
Change-Id: Iaed4871e0d32c67d4fb13e487625527f6a21e9c5
2021-01-14 13:18:05 -06:00
..
actions More misc test cleanup 2020-12-24 00:52:06 +00:00
api Fix undefined index error in ApiQueryInfo 2021-01-12 15:29:52 +00:00
auth Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
block Revert "Enhance GroupPermissionsLookup and use it." 2021-01-12 04:48:49 +00:00
cache More misc test cleanup 2020-12-24 00:52:06 +00:00
changes More misc test cleanup 2020-12-24 00:52:06 +00:00
changetags More misc test cleanup 2020-12-24 00:52:06 +00:00
collation More misc test cleanup 2020-12-24 00:52:06 +00:00
config
content ParserOptions: Deprecate fallback to $wgUser 2020-12-16 09:03:29 +00:00
context Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
db
debug Merge "Emit deprecation warning for deprecated overrides." 2021-01-13 04:06:55 +00:00
deferred
diff Create diff markers with CSS 2020-12-30 12:52:08 +00:00
editpage Hard deprecate NamespaceInfo::getRestrictionLevels 2020-11-16 04:40:24 +01:00
exception exception: Move remaiming MWExceptionHandler tests to its test case 2021-01-07 15:09:12 -08:00
externalstore
filebackend More misc test cleanup 2020-12-24 00:52:06 +00:00
filerepo [FileTest] Do not assume /tmp exists on windows 2020-12-12 14:56:12 +00:00
GlobalFunctions Remove hard deprecated wfIsBadImage() 2020-12-29 15:55:10 +02:00
HookContainer
htmlform
http
import Use expectWarning/Deprecation/Notice/Error() in phpunit tests 2021-01-04 00:16:51 +00:00
interwiki phpunit: Remove odd "MediaWiki" group from tests using it 2021-01-08 18:35:30 +00:00
jobqueue More misc test cleanup 2020-12-24 00:52:06 +00:00
language
libs More misc test cleanup 2020-12-24 00:52:06 +00:00
linkeddata
linker
logging More misc test cleanup 2020-12-24 00:52:06 +00:00
mail Convert or split some tests to MediaWikiUnitTestCase 2021-01-07 17:51:27 +00:00
media More misc test cleanup 2020-12-24 00:52:06 +00:00
Message
Navigation
objectcache
page WikiPage: Add process cache for content model 2021-01-05 15:43:11 +01:00
pager
ParamValidator/TypeDef Deprecate InterwikiLoadPrefix hook 2020-12-21 19:28:48 +00:00
parser Merge "parser: convert Preprocessor to WANCache and inject dependencies" 2021-01-12 05:04:47 +00:00
password
Permissions
poolcounter Introduce RevisionOutputCache 2020-12-14 16:50:28 +00:00
preferences
rcfeed
registration Use expectWarning/Deprecation/Notice/Error() in phpunit tests 2021-01-04 00:16:51 +00:00
resourceloader Merge "Feature file styles should precede module defined ones" 2021-01-13 14:24:44 +00:00
Rest
Revision More misc test cleanup 2020-12-24 00:52:06 +00:00
search
session Merge "objectcache: make BagOStuff key encoding more consistent" 2020-12-11 20:35:23 +00:00
shell
site
skins Revert "Deprecate Skin::setupSkinUserCss" 2020-11-24 10:03:11 +11:00
sparql
specialpage Use expectWarning/Deprecation/Notice/Error() in phpunit tests 2021-01-04 00:16:51 +00:00
specials Merge "Don't show action links for IP ranges outside block limit" 2021-01-05 21:06:37 +00:00
Storage More misc test cleanup 2020-12-24 00:52:06 +00:00
title Hard deprecate NamespaceInfo::getRestrictionLevels 2020-11-16 04:40:24 +01:00
upload Deprecate InterwikiLoadPrefix hook 2020-12-21 19:28:48 +00:00
user Introduce GroupPermissionsLookup 2021-01-06 17:12:28 -06:00
utils Make use of array deconstruction directly in foreach, if possible 2020-11-12 18:38:06 +00:00
watcheditem WatchedItemStore: use UserFactory 2021-01-10 03:12:25 +00:00
ActorMigrationTest.php More misc test cleanup 2020-12-24 00:52:06 +00:00
ActorMigrationTest.sql
AutoLoaderTest.php
AutopromoteTest.php
CategoryTest.php
CommentStoreCommentTest.php
CommentStoreTest.php
CommentStoreTest.sql
ContentSecurityPolicyTest.php More misc test cleanup 2020-12-24 00:52:06 +00:00
DeprecatedGlobalTest.php Use expectWarning/Deprecation/Notice/Error() in phpunit tests 2021-01-04 00:16:51 +00:00
DiffHistoryBlobTest.php
EditPageConstraintsTest.php Add AccidentalRecreationConstraint 2020-11-16 22:36:54 +00:00
EditPageTest.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
ExportTest.php
ExtraParserTest.php Deprecate InterwikiLoadPrefix hook 2020-12-21 19:28:48 +00:00
FauxRequestTest.php Implement FauxRequest::getPostValues() 2020-11-27 09:38:08 +01:00
GitInfoTest.php More misc test cleanup 2020-12-24 00:52:06 +00:00
HooksTest.php Use expectWarning/Deprecation/Notice/Error() in phpunit tests 2021-01-04 00:16:51 +00:00
HtmlTest.php Use expectWarning/Deprecation/Notice/Error() in phpunit tests 2021-01-04 00:16:51 +00:00
LinkerTest.php
LinkFilterTest.php
ListToggleTest.php
MagicWordFactoryTest.php
MediaWikiServicesTest.php phpunit: Remove odd "MediaWiki" group from tests using it 2021-01-08 18:35:30 +00:00
MediaWikiTest.php More misc test cleanup 2020-12-24 00:52:06 +00:00
MediaWikiVersionFetcherTest.php
MergeHistoryTest.php Inject WikiPageFactory into MergeHistory/MovePage 2020-11-11 22:10:47 +01:00
MessageTest.php tests: Use ::class on exception names 2021-01-03 20:47:49 +01:00
MockServiceWiring.php Use the old HookContainer to set up the post-reset services 2020-12-01 13:04:12 +11:00
MovePageTest.php
MultiHttpClientTest.php
MWTimestampTest.php
OutputPageTest.php More misc test cleanup 2020-12-24 00:52:06 +00:00
PagePropsTest.php
PrefixSearchTest.php
ReadOnlyModeTest.php
RevisionDbTest.php
RevisionTest.php
RevisionTestModifyableContent.php
RevisionTestModifyableContentHandler.php
SampleTest.php Fix hang of ApiMainTest 2020-12-16 15:39:19 +11:00
SiteStatsTest.php
StatusTest.php
SystemBlockTest.php
TemplateCategoriesTest.php
TestLocalisationCache.php
TestLogger.php
TestUser.php ParserTestRunner: share more code w/ MediaWikiIntegrationTestCase 2021-01-07 23:31:12 -05:00
TestUserRegistry.php Swap out uses of User->isLoggedIn() with ->isRegistered() 2020-12-22 03:13:37 +00:00
TimeAdjustTest.php
TitleMethodsTest.php Introduce PageIdentity interface 2021-01-14 13:18:05 -06:00
TitleTest.php Introduce PageIdentity interface 2021-01-14 13:18:05 -06:00
WebRequestTest.php
WikiMapTest.php
WikiReferenceTest.php
XmlTest.php Convert or split some tests to MediaWikiUnitTestCase 2021-01-07 17:51:27 +00:00