wiki.techinc.nl/tests/phpunit/unit/includes
Lucas Werkmeister c3c5b6c1b4 Remove 'ignoreKeys' from config schema
Unused since change I88754b52c2 (commit 9e95539fc9) – this was only used
for SessionProviders, which is now a map/object instead.

Change-Id: I8da686e6379eb33a63799874fb44f9b0030ab5ba
2022-07-06 10:46:58 +02:00
..
actions Merge "Use updated ObjectFactory namespace" 2022-03-12 00:19:53 +00:00
api Use updated ObjectFactory namespace 2022-03-09 23:04:51 +00:00
auth Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
block Expand BlockActionInfo test coverage 2022-03-28 00:49:30 +00:00
cache Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
changes tests: Use namespaced IDatabase class 2022-05-28 00:09:55 +02:00
CommentFormatter Clean up tests that misused the parameters of assertSame/Equals 2022-02-08 07:21:10 +00:00
composer
config Merge "Simplify DnsSrvDiscoverer interface" 2022-02-17 15:16:44 +00:00
content Start catch blocks on the same line as the preceding } 2022-06-23 00:22:35 +00:00
context tests: Expand DerivativeContextTest 2022-07-02 14:43:55 +02:00
dao
db Add validation for abstract schema 2022-02-22 17:41:08 +00:00
debug Tests: Fix some @covers statements 2022-06-06 01:02:39 +01:00
deferred
diff tests: Remove some unneeded PHPUnit return callbacks 2022-06-06 02:09:52 +00:00
edit ParsoidOutputStash: make storage backend configurable. 2022-06-14 14:11:37 +01:00
editpage CreationPermissionConstraintTest: remove unused $title 2022-06-29 23:34:57 +00:00
exception REST: Hide exception message when wgShowExceptionDetails=false 2022-05-26 14:45:50 +01:00
filebackend Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
filerepo/file
GlobalFunctions Fix silently skipped UrlUtilsTest 2022-05-16 14:01:22 +10:00
historyblob DiffHistoryBlob: Remove workarounds for old PECL xdiff versions 2022-05-31 00:11:27 -04:00
HookContainer Use updated ObjectFactory namespace 2022-03-09 23:04:51 +00:00
htmlform
http Clean up tests that misused the parameters of assertSame/Equals 2022-02-08 07:21:10 +00:00
import
installer Add convenience methods for asserting status. 2022-03-16 22:44:25 +01:00
interwiki
jobqueue
json Add return type to jsonSerialize() 2022-07-02 15:34:02 +00:00
language Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
libs Introduce new WRStats library for write-read stats 2022-07-05 10:35:19 +10:00
linker
mail Remove access to config globals from more classes 2022-04-28 18:36:28 +03:00
media
Message
objectcache
page tests: Use WikiPageFactory to create WikiPage object 2022-06-26 23:21:02 +02:00
ParamValidator/TypeDef Merge "ParamValidator: Allow to use User:0 in UserDef" 2022-03-15 23:25:24 +00:00
parser Ensure core compatibility with Parsoid external link attributes support 2022-06-24 19:12:43 -04:00
password Add convenience methods for asserting status. 2022-03-16 22:44:25 +01:00
Permissions Permissions: Add strict return types and minor doc cleanup 2022-05-21 23:05:32 +01:00
poolcounter
preferences
rcfeed RCFeedTest: Ensure wgRCEngines is set to array for test case 2022-06-03 14:43:07 +00:00
registration Collect autoloader info in ExtensionProcessor 2022-06-07 17:39:00 +02:00
ResourceLoader resourceloader: Tweak RL\FilePath handling in packageFiles 2022-05-27 22:40:41 +01:00
Rest Clarify handling of verifier headers in POST and PUT 2022-07-05 03:38:45 +00:00
Revision Simplify assertion for false around wiki id and domain id 2022-06-18 09:49:13 +02:00
revisionlist
search phpunit: Add tests for SearchSuggestionSet::fromTitles() 2022-05-06 01:39:28 +01:00
session
Settings Remove 'ignoreKeys' from config schema 2022-07-06 10:46:58 +02:00
shell
site
skins Remove poweredbyico SkinTemplate variable AND SkinGetPoweredBy hook 2022-06-28 22:39:33 +00:00
Storage Storage: Warm parsoid parser cache with parsoid outputs 2022-06-28 09:05:41 +00:00
tidy phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
title
user Merge "Fix visibility of setUp methods in tests" 2022-05-17 14:15:24 +00:00
utils UrlUtilsProviders::provideExpand: use cartesian product 2022-05-16 14:23:11 +10:00
watcheditem tests: Remove some unneeded PHPUnit return callbacks 2022-06-06 02:09:52 +00:00
watchlist tests: Use WikiPageFactory to create WikiPage object 2022-06-26 23:21:02 +02:00
BadFileLookupTest.php Simplify BadFileLookupTest code 2022-06-18 18:36:28 +00:00
DeprecatedGlobalTest.php
DerivativeRequestTest.php
FactoryArgTestTrait.php
FauxResponseTest.php remove access to config globals from FauxResponse 2022-01-28 22:45:36 +01:00
FeedUtilsTest.php
FormOptionsInitializationTest.php
FormOptionsTest.php
HeaderCallbackTest.php
HtmlHelperTest.php Add HtmlHelper::modifyElements() for small HTML modifications 2022-05-08 15:55:00 +02:00
LicensesTest.php
ListToggleTest.php Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
MovePageTest.php Add convenience methods for asserting status. 2022-03-16 22:44:25 +01:00
PathRouterTest.php Clean up tests that misused the parameters of assertSame/Equals 2022-02-08 07:21:10 +00:00
PingbackTest.php Fix visibility of setUp methods in tests 2022-05-17 14:11:22 +02:00
ProxyLookupTest.php
ReadOnlyModeTest.php
SetupDynamicConfigTest.php Turn DefaultSettings.php into a deprecated stub 2022-05-17 16:50:56 +02:00
SiteConfigurationTest.php Use str_starts_with/str_ends_with 2022-05-02 10:59:58 +03:00
TitleArrayFromResultTest.php
TitleTest.php Title: Hard deprecate Title::newFromTitleValue() 2022-05-09 21:14:13 +01:00
WikiReferenceTest.php
XmlJsTest.php
XmlSelectTest.php
XmlTest.php