wiki.techinc.nl/tests/phpunit/includes/jobqueue
Thiemo Kreuz 5d5436e4cb jobs: Rewrite non-standard CategoryMembershipChangeJob constructor
I'm not sure what the benefit was of having this service being injectible
via the constructor. I mean, I wish *all* services would be injected. But
there are more services used in this class, and no other is injected.
Also it seems the only test that was ever setting the ParserCache service
to something else was not even using it: As far as I can see the test
case testJobSpecRemovesDuplicates() is not triggering the code that uses
the ParserCache service.

Change-Id: I65f5c654d36ffecfd914e97cd8069eb99f76c5c6
2020-04-17 15:48:25 +02:00
..
jobs jobs: Rewrite non-standard CategoryMembershipChangeJob constructor 2020-04-17 15:48:25 +02:00
JobQueueMemoryTest.php Move UIDGenerator code to a service and put it under /libs 2020-02-18 00:20:40 +00:00
JobQueueTest.php Make use of PHPUnit's assertCount feature where possible 2020-03-02 15:58:41 +00:00
JobRunnerTest.php Convert JobRunner into a service and use DI 2020-02-27 08:04:48 -08:00
JobTest.php Replace all new stdClass() with identical (object)[] 2020-03-04 21:18:30 +00:00
RefreshLinksPartitionTest.php Make use of PHPUnit's assertCount feature where possible 2020-03-02 15:58:41 +00:00