wiki.techinc.nl/tests/phpunit/includes/jobqueue
Lucas Werkmeister a57252a1f5 Allow callback functions for creating jobs
$wgJobClasses can now specify a factory function for creating a job,
instead of a class to be instantiated directly. This makes it possible
to inject services in a job constructor, and register a factory function
that calls the constructor with default services.

This follows Ieb85493a7765 and Ia2107dc5af78, which introduced factory
functions for API modules and special pages.

Change-Id: I0461e59da2a8fa6681e3b1fcdfc38bfed7f3ac32
2017-05-09 19:26:13 +02:00
..
jobs CatWatch don't show the number of pages transcluded 2016-04-14 09:22:49 +01:00
JobQueueMemoryTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
JobQueueTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
JobTest.php Allow callback functions for creating jobs 2017-05-09 19:26:13 +02:00
RefreshLinksPartitionTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00