wiki.techinc.nl/tests/phpunit/includes/jobqueue
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
..
jobs Improve class property documentation 2020-10-30 10:38:58 +01:00
JobQueueMemoryTest.php Move UIDGenerator code to a service and put it under /libs 2020-02-18 00:20:40 +00:00
JobQueueTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
JobRunnerTest.php Replace deprecated Title::isDeletedQuick() 2020-11-03 10:32:17 +00:00
JobTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
RefreshLinksPartitionTest.php Make use of array deconstruction directly in foreach, if possible 2020-11-12 18:38:06 +00:00