wiki.techinc.nl/tests/phpunit/unit/includes
Umherirrender 1086958611 Replace array_keys in foreach to use $_ as value instead
When the value of the associated array is not used, there is no need to
use array_keys and create internal a copy of the array, just omit the
value with $_ to tell static analyzer that the var is unused.

Change-Id: I5c6d667e98c0167c0573c683f0d617bc1d4ca619
2023-07-10 02:53:52 +00:00
..
actions tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
api Replace array_keys in foreach to use $_ as value instead 2023-07-10 02:53:52 +00:00
auth Replace Config mocks with trivial HashConfig instances 2023-03-01 08:15:28 +01:00
block rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms library 2023-05-04 23:41:21 +02:00
cache Migrate several wfGetDB() to use ICP 2023-07-05 11:00:59 +02:00
changes Merge "Replace IDatabase with IReadableDatabase where possible" 2023-06-08 18:24:30 +00:00
CommentFormatter tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
composer tests: Make some PHPUnit data providers static 2023-05-20 01:05:27 +02:00
config tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
content Replace some more usages of deprecated MWException 2023-06-09 02:07:08 +02:00
dao tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
db tests: Make some PHPUnit data providers static 2023-05-20 01:05:27 +02:00
debug tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
deferred
diff Move DiffEngine and helpers to includes/libs/Diff and put them in a namespace 2023-06-20 15:15:13 +10:00
edit DummyServicesTrait: add content handler factory 2023-01-02 01:09:42 +00:00
editpage phpunit: Update @covers annotations for namespaced classes 2023-05-27 17:43:12 +08:00
exception
Feed tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
filebackend rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms library 2023-05-04 23:41:21 +02:00
filerepo/file Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
GlobalFunctions Resolve GlobalFunctions phpunit filename deprecation errors 2023-07-01 09:30:42 +00:00
historyblob tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
HookContainer HookContainer: don't report handlers twice 2023-06-23 18:12:25 +02:00
htmlform Replace usages of deprecated MWException 2023-06-06 17:05:32 +02:00
http Remove deprecated class Http 2023-04-24 21:52:32 +02:00
import
installer
interwiki
jobqueue rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms library 2023-05-04 23:41:21 +02:00
json tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
language Deprecate HookContainer::getHandlerCallbacks 2023-06-23 00:26:40 +00:00
libs Replace array_keys in foreach to use $_ as value instead 2023-07-10 02:53:52 +00:00
linker tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
mail mail: Final round of EmailUser refactoring 2023-06-20 11:02:51 +00:00
media tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
Message tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
objectcache tests: Make some PHPUnit data providers static 2023-05-20 01:05:27 +02:00
page Inject DeferredUpdatesManager into DeletePage 2023-05-30 14:36:29 +02:00
ParamValidator/TypeDef tests: Make some PHPUnit data providers static 2023-05-20 01:05:27 +02:00
parser PageBundleParserOutputConverter: don't mutate original ParserOutput 2023-06-18 18:26:43 +02:00
password Replace usages of deprecated MWException 2023-06-06 17:05:32 +02:00
Permissions Replace IDatabase::delete with DeleteQueryBuilder 2023-06-21 17:50:31 +02:00
poolcounter
preferences tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
rcfeed
registration Merge "Replace substr with cleaner string methods" 2023-06-06 14:15:27 +00:00
ResourceLoader phpunit: Update @covers annotations for namespaced classes 2023-05-27 17:43:12 +08:00
Rest Use native assertGreater/LessThan in HandlerTestTrait 2023-07-03 16:13:58 +02:00
Revision tests: Make some PHPUnit data providers static 2023-05-20 01:05:27 +02:00
revisionlist
search tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
session tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
Settings Make use of MainConfigNames references in a few more places 2023-04-21 11:11:44 +02:00
shell tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
site tests: Make some PHPUnit data providers static 2023-05-20 01:05:27 +02:00
skins Tests: add ObjectFactory to DummyServicesTrait 2023-01-23 19:35:50 +00:00
Storage Clean up dependency injection in RevertedTagUpdate 2023-06-22 12:19:29 +00:00
tidy tests: Make some PHPUnit data providers static 2023-05-20 01:05:27 +02:00
title tests: Make some PHPUnit data providers static 2023-05-20 01:05:27 +02:00
user Merge "user: Accept local wiki name on UserGroupManagerFactory" 2023-06-07 22:14:05 +00:00
utils
watcheditem tests: Make some PHPUnit data providers static 2023-05-20 01:05:27 +02:00
watchlist Fix Phan suppressions related to Title::castFrom*() and friends 2023-04-22 16:45:09 +02:00
BadFileLookupTest.php Reorg: Move five page-related classes to page/ out of includes/ 2023-02-23 17:03:49 +01:00
DeprecatedGlobalTest.php phpunit: Update @covers annotations for namespaced classes 2023-05-27 17:43:12 +08:00
DerivativeRequestTest.php phpunit: Update @covers annotations for namespaced classes 2023-05-27 17:43:12 +08:00
FactoryArgTestTrait.php
FauxResponseTest.php phpunit: Update @covers annotations for namespaced classes 2023-05-27 17:43:12 +08:00
FormOptionsInitializationTest.php phpunit: Update @covers annotations for namespaced classes 2023-05-27 17:43:12 +08:00
FormOptionsTest.php phpunit: Update @covers annotations for namespaced classes 2023-05-27 17:43:12 +08:00
HeaderCallbackTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
HtmlHelperTest.php Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +01:00
LicensesTest.php Deprecate creating HTMLFormFields without reference to parent form 2023-01-08 18:20:16 -08:00
ListToggleTest.php phpunit: Update @covers annotations for namespaced classes 2023-05-27 17:43:12 +08:00
MovePageTest.php phpunit: Update @covers annotations for namespaced classes 2023-05-27 17:43:12 +08:00
PathRouterTest.php phpunit: Update @covers annotations for namespaced classes 2023-05-27 17:43:12 +08:00
PingbackTest.php Pingback: Avoid confusingly named non-test method in PingbackTest 2023-06-06 19:40:58 +01:00
ProxyLookupTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
ReadOnlyModeTest.php phpunit: Update @covers annotations for namespaced classes 2023-05-27 17:43:12 +08:00
SetupDynamicConfigTest.php Fix more PHPStorm inspections (#2) 2023-03-25 00:19:58 +00:00
SiteConfigurationTest.php Fix some typos 2023-03-21 15:58:09 +01:00
TitleArrayFromResultTest.php phpunit: Update @covers annotations for namespaced classes 2023-05-27 17:43:12 +08:00
TitleTest.php Remove deprecated Title::newFromTitleValue 2023-07-08 19:23:50 +00:00
WikiReferenceTest.php phpunit: Update @covers annotations for namespaced classes 2023-05-27 17:43:12 +08:00
XmlJsTest.php
XmlSelectTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
XmlTest.php Replace some more usages of deprecated MWException 2023-06-09 02:07:08 +02:00