wiki.techinc.nl/tests/phpunit/includes
daniel 49d20b5095 Add tests for HttpRequestFactoryTest.
This also moves several tests out of HttpTest, so they are not lost when
the deprecated Http class is removed.

Bug: T222935
Change-Id: Ib4aac96ba1a978e8b6738ed446663afc3cc8c792
2019-05-13 14:32:23 +02:00
..
actions Remove several methods, deprecated in 1.32 2019-05-09 11:36:44 -07:00
api Restore ApiQueryUserInfo::getBlockInfo() as a stub. 2019-05-11 07:33:25 +00:00
auth Avoid/Replace usage of deprecated wfMemcKey() function 2019-05-02 14:27:31 +00:00
block Introduce a BlockManager service 2019-04-29 17:47:55 +01:00
cache Default $wgActorTableSchemaMigrationStage to READ_NEW 2019-04-09 13:50:41 -04:00
changes Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
changetags Fix ChangeTagsTest failing on Postgres 2019-03-15 10:10:33 +01:00
collation
composer
config tests: Remove use of wfRandomString() for test fixtures 2019-05-06 17:22:03 +00:00
content Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions 2019-05-11 02:44:26 +01:00
context
db Mock IDatabase::class instead of DatabaseMysqli::class 2019-05-01 17:38:11 +02:00
debug Fix class name handling in DeprecationHelper 2019-04-19 01:09:25 -07:00
deferred
diff Fix order of @var parameter in PHP 2019-04-08 18:37:56 +02:00
editpage Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
exception
externalstore
filebackend tests: Remove use of wfRandomString() for test fixtures 2019-05-06 17:22:03 +00:00
filerepo Make RepoGroup a service instead of singleton 2019-05-06 13:57:40 +03:00
GlobalFunctions tests: Remove use of wfRandomString() for test fixtures 2019-05-06 17:22:03 +00:00
htmlform
http Add tests for HttpRequestFactoryTest. 2019-05-13 14:32:23 +02:00
import
installer
interwiki
jobqueue tests: Remove use of wfRandomString() for test fixtures 2019-05-06 17:22:03 +00:00
json
libs Add tests for HttpRequestFactoryTest. 2019-05-13 14:32:23 +02:00
linkeddata linkeddata: Simplity PageDataRequestHandler test setup 2019-04-01 14:20:19 +00:00
linker Update LinkRenderer to use NamespaceInfo 2019-05-07 14:52:17 +02:00
logging Linker: Use parentheses by default in userToolLinksRedContribs() 2019-04-19 15:09:36 -07:00
mail
media Remove broken explode() from MediaWikiMediaTestCase::dataFile() 2019-03-28 23:01:27 +00:00
objectcache
page page: Remove deprecated/unused methods in PageArchive class 2019-05-09 12:23:58 -07:00
pager
parser Remove all $wgParser use from core 2019-04-17 15:16:50 +03:00
password Hard deprecate Password::equals() 2019-04-12 18:39:14 -07:00
Permissions Separate Block into AbstractBlock, Block and SystemBlock 2019-05-07 17:36:31 -05:00
poolcounter Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
preferences Update DefaultPreferencesFactory to use NamespaceInfo 2019-05-06 12:19:13 +03:00
rcfeed
registration registration: Allow to require environment abilities 2019-04-13 08:14:44 -07:00
resourceloader Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions 2019-05-11 02:44:26 +01:00
Revision Don't require Title for getTimestampFromId 2019-05-05 14:35:53 +03:00
search Fix order of @var parameter in PHP 2019-04-08 18:37:56 +02:00
session Fixed typo 'implments' and 'implmented' 2019-03-21 16:17:09 +01:00
shell
site Avoid usage of deprecated wfGetMainCache() function 2019-04-28 20:41:17 +01:00
skins
sparql
specialpage Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions 2019-05-11 02:44:26 +01:00
specials Merge "ContribsPager: Fix slow queries" 2019-05-01 04:38:54 +00:00
Storage Alter two uses of hasOrMadeRecentMasterChanges() for consistency 2019-04-23 11:34:09 -07:00
tidy Remove references to Html5Depurate 2019-03-13 16:33:37 -05:00
title Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions 2019-05-11 02:44:26 +01:00
upload
user user: Remove deprecated and unused method getPasswordValidity() 2019-05-10 00:13:20 +01:00
utils
watcheditem Convert WatchedItem and friends to LinkTarget 2019-05-06 15:30:45 +00:00
ActorMigrationTest.php Default $wgActorTableSchemaMigrationStage to SCHEMA_COMPAT_NEW 2019-05-01 00:48:54 +00:00
AutoLoaderTest.php
AutopromoteTest.php
BlockTest.php Fix Block::newLoad for IPv6 range blocks - follow-up to Ie8bebd8 2019-05-08 13:22:46 -05:00
CategoryTest.php Avoid hitting DB in Category getters when they have the required info 2019-04-04 12:40:14 -07:00
CommentStoreCommentTest.php
CommentStoreTest.php Add missing use for IMaintainableDatabase 2019-02-20 20:57:18 +01:00
CommentStoreTest.sql
ContentSecurityPolicyTest.php Make RepoGroup a service instead of singleton 2019-05-06 13:57:40 +03:00
DeprecatedGlobalTest.php
DerivativeRequestTest.php
DiffHistoryBlobTest.php
EditPageTest.php
ExportTest.php
ExtraParserTest.php
FauxRequestTest.php FauxRequest: Remove influence from $wgRequest on getFullRequestURL() 2019-04-20 00:57:49 +01:00
FauxResponseTest.php
FormOptionsInitializationTest.php
FormOptionsTest.php Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions 2019-05-11 02:44:26 +01:00
GitInfoTest.php
HooksTest.php
HtmlTest.php
LicensesTest.php
LinkerTest.php Log warning and show error on empty username 2019-05-06 14:44:23 -05:00
LinkFilterTest.php
ListToggleTest.php
MagicWordFactoryTest.php Simplify by using ?: operator 2019-04-15 15:05:00 +02:00
MediaWikiServicesTest.php Remove CryptRand and related stuff 2019-04-11 18:20:09 +01:00
MediaWikiTest.php
MediaWikiVersionFetcherTest.php
MergeHistoryTest.php
MessageTest.php Remove all $wgParser use from core 2019-04-17 15:16:50 +03:00
MovePageTest.php
MultiHttpClientTest.php Revert "Convert MultiHttpClient to use Guzzle" 2019-03-06 09:53:32 +01:00
MWTimestampTest.php
OutputPageTest.php Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions 2019-05-11 02:44:26 +01:00
PagePropsTest.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
PathRouterTest.php
PrefixSearchTest.php
ReadOnlyModeTest.php Don't pass Config to service constructors 2019-05-02 11:33:56 +03:00
RevisionDbTestBase.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02: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 Remove usages of 'text' flag in revision-related getQueryInfo() calls 2019-04-16 15:23:14 -05:00
RevisionNoContentModelDbTest.php Remove usages of 'text' flag in revision-related getQueryInfo() calls 2019-04-16 15:23:14 -05:00
RevisionPreMcrDbTest.php Remove usages of 'text' flag in revision-related getQueryInfo() calls 2019-04-16 15:23:14 -05:00
RevisionTest.php Default $wgActorTableSchemaMigrationStage to SCHEMA_COMPAT_NEW 2019-05-01 00:48:54 +00:00
RevisionTestModifyableContent.php
RevisionTestModifyableContentHandler.php
SampleTest.php
SanitizerValidateEmailTest.php
ServiceWiringTest.php Sort MediaWikiServices and ServiceWiring alphabetically 2019-04-10 20:59:49 +10:00
SiteConfigurationTest.php
SiteStatsTest.php jobqueue: add GenericParameterJob and RunnableJob interface 2019-04-08 11:05:23 -07:00
StatusTest.php
SystemBlockTest.php Separate Block into AbstractBlock, Block and SystemBlock 2019-05-07 17:36:31 -05:00
TemplateCategoriesTest.php
TemplateParserTest.php
TestLogger.php
TestUser.php
TestUserRegistry.php tests: Remove use of wfRandomString() for test fixtures 2019-05-06 17:22:03 +00:00
TimeAdjustTest.php
TitleArrayFromResultTest.php
TitleMethodsTest.php Title: Test the ->equals() method more thoughroughly 2019-03-21 16:54:58 -07:00
TitlePermissionTest.php Separate Block into AbstractBlock, Block and SystemBlock 2019-05-07 17:36:31 -05:00
TitleTest.php Move Title::getSubject/Talk/OtherPage to NamespaceInfo 2019-05-06 08:29:28 -07:00
WebRequestTest.php WebRequest: Change getFullRequestURL() to use local getProtocol() 2019-04-20 00:58:17 +01:00
WikiMapTest.php Make WikiMap::isCurrentWikiDbDomain() more rigorous 2019-03-29 19:03:28 +00:00
WikiReferenceTest.php
XmlJsTest.php
XmlSelectTest.php
XmlTest.php