wiki.techinc.nl/tests/phpunit/includes
Matěj Suchánek 28b1cd9e19 Hard-deprecate MWTimestamp::getHumanTimestamp
Originally deprecated in 1.26.

Depends-On: I9ae99887b11879ae0ef083acf93a791cf72eb2d0
Change-Id: Ifdfeb88f8998bd01a32df86952dd6e85451bf074
2022-06-20 02:20:25 +00:00
..
actions TempUser UI tweaks 2022-04-26 14:34:08 +10:00
api parse: Wrap indicators with a div.mw-parser-output element 2022-06-17 21:17:31 +00:00
auth Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
block Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
cache Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
changes tests: Change use of AtEase to at operator 2022-02-24 21:29:51 +00:00
changetags Fix visibility of setUp methods in tests 2022-05-17 14:11:22 +02:00
collation IcuCollation: Remove unnecessary rtrim() and unset() 2022-05-21 02:02:39 -04:00
config
content Replace deprecated calls ParserOptions::newCanonical( 'canonical' ) 2022-06-16 14:22:24 +01:00
context context: Add a cached RequestContext::getActionName method 2022-03-25 12:12:48 +00:00
db rdbms: Add multi-statement query support to Database 2022-06-09 11:45:38 +10:00
debug Tests: Fix some @covers statements 2022-06-06 01:02:39 +01:00
deferred deferred: Remove unused $mode of internal tryOpportunisticExecute 2022-06-17 18:57:52 +01:00
diff
editpage Permissions: Add strict return types and minor doc cleanup 2022-05-21 23:05:32 +01:00
exception Remove access to config globals from includes/exception 2022-05-12 20:33:15 +02:00
externalstore
filebackend Add convenience methods for asserting status. 2022-03-16 22:44:25 +01:00
filerepo tests: Use namespaced IDatabase class 2022-05-28 00:09:55 +02:00
GlobalFunctions Fix silently skipped UrlUtilsTest 2022-05-16 14:01:22 +10:00
HookContainer
htmlform htmlform: Remove mw1.30 B/C code for autocomplete attribute 2022-05-19 07:32:01 -04:00
http
import Fix visibility of setUp methods in tests 2022-05-17 14:11:22 +02:00
installer
interwiki
jobqueue
language
languages Use yield consistently in grammar tests 2022-06-03 14:52:53 +03:00
libs tests: Fix memcached test failure with multiple BagOStuff test classes 2022-05-25 18:10:38 +00:00
linkeddata
linker linker: Start of LinkTargetStore 2022-03-02 14:56:30 +00:00
logging Unify how the term "undelete" is used in the undelete UI 2022-05-16 13:31:01 +00:00
mail Remove access to config globals from more classes 2022-04-28 18:36:28 +03:00
media Allow any SVG language tag that is well formed IETF 2022-06-12 19:50:00 +00:00
Message
Navigation
objectcache objectcache: Simplify SqlBagOStuff class configuration 2022-05-27 15:04:43 +00:00
page Merge "page: Change visibility of some WikiPage members to protected" 2022-06-16 20:29:11 +00:00
pager tests: Use namespaced IDatabase class 2022-05-28 00:09:55 +02:00
ParamValidator/TypeDef
parser Replace deprecated calls ParserOptions::newCanonical( 'canonical' ) 2022-06-16 14:22:24 +01:00
password Add convenience methods for asserting status. 2022-03-16 22:44:25 +01:00
Permissions Tests: Fix some @covers statements 2022-06-06 01:02:39 +01:00
poolcounter Replace deprecated calls ParserOptions::newCanonical( 'canonical' ) 2022-06-16 14:22:24 +01:00
preferences Fix visibility of setUp methods in tests 2022-05-17 14:11:22 +02:00
rcfeed rcfeed: Deprecate $wgRCEngines and RCFeedEngine 2022-03-08 19:50:19 +00:00
registration Collect autoloader info in ExtensionProcessor 2022-06-07 17:39:00 +02:00
ResourceLoader Merge "resourceloader: Decouple some internal constructor args" 2022-06-06 01:05:04 +00:00
Rest Allow REST API handlers to require csrf-safe session providers 2022-05-20 16:52:54 +00:00
Revision Replace deprecated calls ParserOptions::newCanonical( 'canonical' ) 2022-06-16 14:22:24 +01:00
search Skip some SearchEngineTest/SpecialSearchTest tests on SQLite 2022-05-12 09:07:23 +00:00
session Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
shell
site Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
skins Skin::makeLink: support tooltips on unlinked text 2022-04-07 12:45:49 +10:00
sparql
specialpage AbstractChangesListSpecialPageTestCase: Add abstract function for validateOptionsProvider 2022-06-06 00:41:32 +00:00
specials Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
Storage Replace deprecated calls ParserOptions::newCanonical( 'canonical' ) 2022-06-16 14:22:24 +01:00
title Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
upload Add us-ascii to safeXmlEncodings 2022-04-27 09:59:49 +10:00
user tests: Use namespaced IDatabase class 2022-05-28 00:09:55 +02:00
utils Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
watcheditem tests: Fix types in documentation by adding use statements 2022-05-29 07:11:15 +00:00
ActorMigrationTest.php tests: Use namespaced IDatabase class 2022-05-28 00:09:55 +02:00
ActorMigrationTest.sql
AutoLoaderTest.php AutoLoader: provide methods for registering classes 2022-05-10 13:55:53 +10:00
CategoryTest.php
CommentStoreCommentTest.php
CommentStoreTest.php tests: Change use of AtEase to at operator 2022-02-24 21:29:51 +00:00
CommentStoreTest.sql
ContentSecurityPolicyTest.php Get the MainConfig from MediaWikiServices instead of RequestContext 2022-05-24 21:54:21 +00:00
EditPageConstraintsTest.php
EditPageTest.php Language: Inject NamespaceInfo 2022-05-11 17:24:17 +02:00
ExportTest.php
ExtraParserTest.php
FauxRequestTest.php
GitInfoTest.php
HooksTest.php
HtmlTest.php Drop messagebox, warningbox, errorbox classes 2022-04-11 17:40:04 +00:00
LinkerTest.php Revert "WatchedStore requires PageIdentity" 2022-03-30 16:18:10 +00:00
LinkFilterTest.php
MagicWordFactoryTest.php tests: Change use of AtEase to at operator 2022-02-24 21:29:51 +00:00
MediaWikiServicesTest.php
MediaWikiTest.php
MediaWikiVersionFetcherTest.php
MergeHistoryTest.php Add convenience methods for asserting status. 2022-03-16 22:44:25 +01:00
MessageTest.php Only apply transformations for &uselang=qqx when actually using it 2022-03-08 01:50:44 +00:00
MockServiceWiring.php
MovePageTest.php Remove fallback to MediaWikiServices in MovePage::__construct 2022-04-20 21:06:44 +00:00
MultiHttpClientTest.php
MWTimestampTest.php Hard-deprecate MWTimestamp::getHumanTimestamp 2022-06-20 02:20:25 +00:00
OutputPageTest.php parse: Wrap indicators with a div.mw-parser-output element 2022-06-17 21:17:31 +00:00
PagePropsTest.php Hard deprecate PageProps::getInstance() 2022-03-15 22:58:48 +01:00
SampleTest.php
SiteStatsTest.php
StatusTest.php StatusValue: include type in toString output 2022-06-10 11:09:14 +00:00
TemplateCategoriesTest.php tests: Make sure deferred updates are done and re-enable TemplateCategoriesTest 2022-03-17 13:01:08 +00:00
TestUser.php
TestUserRegistry.php
TimeAdjustTest.php
TitleTest.php Remove Title::isNamespaceProtected 2022-06-16 19:08:34 +02:00
TitleUrlTest.php
TrackingCategoriesTest.php
WebRequestTest.php Add wiki-farm support 2022-04-01 14:29:22 +02:00
WikiMapTest.php
XmlTest.php