wiki.techinc.nl/tests/phpunit/includes
Umherirrender 9a96df31fa i18n: Reword action-deletedhistory
Also reword action-deleterevision, action-deletelogentry,
action-deletedtext and action-suppressrevision to match its
corresponding right-* messages

Bug: T329720
Change-Id: I3f0d9a76c5fb0dddb7de055b3cf2c335cd63e6d1
2023-02-16 23:08:28 +01:00
..
actions tests: Add ActionFactoryIntegrationTest 2023-01-05 00:10:20 +01:00
api i18n: Reword action-deletedhistory 2023-02-16 23:08:28 +01:00
auth Tests: add ObjectFactory to DummyServicesTrait 2023-01-23 19:35:50 +00:00
block tests: Handle dynamic created properties on test classes 2023-01-13 21:03:42 +00:00
cache Tests: add LanguageNameUtils to DummyServicesTrait 2023-02-02 20:50:48 +00:00
changes Merge "Reorg: Move PageProps to page/ and namespace it to MediaWiki\Page\" 2022-12-11 15:50:43 +00:00
changetags ChangeTags: Replace MWException with InvalidArgumentException 2023-01-22 13:43:53 +00:00
collation tests: Handle dynamic created properties on test classes 2023-01-13 21:03:42 +00:00
config Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
content Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
db rdbms: clean up LoadBalancer/ChronologyProtector primary pos methods 2023-02-09 17:19:36 +00:00
debug tests: Handle dynamic created properties on test classes 2023-01-13 21:03:42 +00:00
deferred deferred: Remove internal DeferredUpdates::doUpdates parameter 2023-01-06 23:39:19 +00:00
diff diff: Handle timestamp correct for suppressed revisions 2022-12-17 23:17:16 +01:00
editpage
exception Merge "Change $wgLang to use Message::*Param functions" 2023-01-28 00:31:50 +00:00
externalstore
filebackend tests: Handle dynamic created properties on test classes 2023-01-13 21:03:42 +00:00
filerepo DatabaseSqlite: fix null blobs 2022-11-22 11:50:42 +11:00
GlobalFunctions Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
HookContainer
htmlform Revert "htmlform: Improve validation of multiselect fields" 2023-02-02 17:05:41 +00:00
http Replace comment about deprecated Http::request 2022-12-11 15:20:06 +01:00
import tests: Use MW_VERSION instead of deprecated $wgVersion 2023-01-05 05:20:00 -05:00
installer
interwiki ClassicInterwikiLookupTest: Avoid usage of deprecated wfGetDB() 2023-01-27 16:14:12 +02:00
jobqueue Avoid deprecated usage of Job::factory() 2023-01-25 13:25:40 +02:00
language phpunit: Generalize LanguageConverterTestTrait and simplify tests 2023-02-13 21:12:33 +00:00
languages tests: Move all language converter tests into /includes/ 2023-02-01 20:10:56 +01:00
libs Generate/set/get TOCData/SectionMetadata objects instead of arrays 2023-01-19 16:18:13 -05:00
linkeddata Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
linker
logging Merge "logging: Add class for suppressed items on Special:Log" 2023-02-06 23:15:47 +00:00
mail
media tests: Handle dynamic created properties on test classes 2023-01-13 21:03:42 +00:00
Message
Navigation PagerNavigationBuilder: Document that nulls in setLinkQuery() etc. are allowed 2022-11-02 23:56:35 +00:00
objectcache
page Reorg: Move category-related classes from includes/ to Category/ 2023-02-09 20:18:54 +01:00
pager pager: Fix navigations when date range is set 2022-12-10 09:52:36 +08:00
ParamValidator/TypeDef
parser Remove back-compatibility code for ToC marker 2023-02-10 00:03:54 -05:00
password
Permissions permissions: Check cascade protection only if page can exists 2023-02-10 20:11:07 +00:00
poolcounter
preferences Enable pig-latin variant for testing 2022-11-08 17:45:51 +05:30
rcfeed
registration SettingsBuilder: introduce a "registration" stage 2022-12-16 15:47:05 +00:00
ResourceLoader Merge "Remove unused arguments to private functions" 2023-02-08 22:42:46 +00:00
Rest tests: Simplify some nested ->will( $this->return assertions 2022-11-12 11:57:12 -07:00
Revision Merge "rdbms: Consolidate logger channels into one" 2023-01-03 23:39:38 +00:00
search search: Make TitleMatcher a MediaWiki service object 2023-02-03 12:35:14 +00:00
session tests: Replace deprecated User::idFromName 2022-12-23 14:18:20 +00:00
shell tests: Replace assertRegExp with assertMatchesRegularExpression 2022-10-07 14:13:16 -04:00
site Remove pre PHP 7.4 serialize()/unserialize() 2022-11-10 19:25:01 +00:00
skins Generate/set/get TOCData/SectionMetadata objects instead of arrays 2023-01-19 16:18:13 -05:00
sparql
specialpage SpecialPageFactory: Always reset globals in ::capturePath 2023-01-07 19:26:50 +01:00
specials search: Make TitleMatcher a MediaWiki service object 2023-02-03 12:35:14 +00:00
Storage Improve tests for parser cache updates 2023-01-16 19:15:10 +01:00
title Replace some usages of MWException 2023-01-26 00:10:34 +00:00
upload upload: Allow attributes starting with "on" in inkscape SVG namespace 2023-02-13 00:41:22 +00:00
user Replace some use of Language::truncateForDatabase() with mb_strcut() 2023-01-30 04:50:33 +00:00
utils rdbms: Drop Database::getApproximateLagStatus() 2023-01-17 13:20:04 +00:00
watcheditem Fix casing of class and function name usages 2022-12-04 19:09:30 +00:00
AutoLoaderTest.php AutoLoader: Drop support for $wgAutoloadAttemptLowercase 2022-12-04 02:38:57 -05:00
CategoryTest.php Reorg: Move category-related classes from includes/ to Category/ 2023-02-09 20:18:54 +01:00
CommentStoreCommentTest.php
CommentStoreTest.php Merge "Hard-deprecate CommentStore::getStore" 2023-01-14 02:37:17 +00:00
CommentStoreTest.sql
ContentSecurityPolicyTest.php
EditPageConstraintsTest.php Fix casing of class and function name usages 2022-12-04 19:09:30 +00:00
EditPageTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
ExportTest.php Fix XML dumps for content types with non-string getNativeData() 2023-02-01 10:24:57 +01:00
ExtraParserTest.php tests: Handle dynamic created properties on test classes 2023-01-13 21:03:42 +00:00
FauxRequestTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
GitInfoTest.php
HooksTest.php tests: Fix missing "wf" prefix for global functions 2022-11-28 07:28:55 -05:00
HtmlTest.php tests: Replace assertEmpty with assertSame 2022-11-25 00:42:53 +01:00
LinkerTest.php linker: Fix broken specialLink() when combining subpage with querystring 2022-12-09 17:57:55 +00:00
LinkFilterTest.php LinkFilter: Get rid of concept of field prefix in ::getQueryConditions 2023-02-14 17:28:48 +01:00
MediaWikiServicesTest.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
MediaWikiTest.php Handle bad redirect target for personally identifiable special pages 2022-11-18 20:04:49 +00:00
MediaWikiVersionFetcherTest.php
MergeHistoryTest.php
MessageTest.php Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
MockServiceWiring.php
MovePageTest.php Include missing message parameter in message 2023-01-04 12:12:34 +03:00
MultiHttpClientTest.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
MWTimestampTest.php Remove deprecated MWTimestamp::getHumanTimestamp 2022-11-03 17:00:39 +00:00
OutputPageTest.php tests: Replace deprecated Language::(has|get)Variants 2023-01-31 21:19:21 +00:00
SampleTest.php
SiteStatsTest.php Avoid deprecated usage of Job::factory() 2023-01-25 13:25:40 +02:00
StatusTest.php Add StatusValue::hasMessagesExcept() 2023-02-07 06:18:49 +00:00
TemplateCategoriesTest.php
TestUser.php
TestUserRegistry.php phpunit: improve isolation by calling User::clearInstanceCache 2022-12-04 15:21:30 +01:00
TimeAdjustTest.php
TitleTest.php Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
TitleUrlTest.php
TrackingCategoriesTest.php Reorg: Move category-related classes from includes/ to Category/ 2023-02-09 20:18:54 +01:00
WebRequestTest.php tests: Handle dynamic created properties on test classes 2023-01-13 21:03:42 +00:00
WikiMapTest.php
XmlTest.php