wiki.techinc.nl/tests/phpunit/includes/diff
Thiemo Kreuz 20b2c5000d Make use of array deconstruction directly in foreach, if possible
Deconstructing non-sparse, numerically indexed arrays directly in
foreach (a.k.a. using the list() syntax in foreach) is possible since
PHP 5.5.

The possibility to use string array keys as well as non-sequential
numeric keys in array deconstruction was added in PHP 7.1.

Change-Id: I56a48552a45f61cedc291b306cad8548fc70d485
2020-11-12 18:38:06 +00:00
..
CustomDifferenceEngine.php Refactor calls to deprecated function Content::getNativeData() 2019-02-15 17:48:01 +00:00
DifferenceEngineSlotDiffRendererTest.php Drop strings for wgExternalDiffEngine, deprecated in 1.27 and 1.32 2019-10-03 22:09:38 +00:00
DifferenceEngineTest.php Make use of array deconstruction directly in foreach, if possible 2020-11-12 18:38:06 +00:00
FakeDiffOp.php
SlotDiffRendererTest.php phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
TextSlotDiffRendererTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
UnsupportedSlotDiffRendererTest.php Create fallback for undefined content models. 2020-07-22 19:59:09 +02:00