Remove JobQueue::setTestingPrefix() hack
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 11 Dec 2015 01:13:48 +0000 (17:13 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 11 Dec 2015 01:20:10 +0000 (17:20 -0800)
commitec351986e5a235cf4d5a4ed944b18774265bbcc4
treeda79052b3e69be28b653bb28b0561fc1c7122330
parentafb86872c05cb872b11b02033e04879504f2487a
Remove JobQueue::setTestingPrefix() hack

The tests are only run on dev install and only touch the
null queue anyway.

Change-Id: I441a2a4605a9e2984142485b022dd524ff819360
includes/jobqueue/JobQueue.php
includes/jobqueue/JobQueueFederated.php
includes/jobqueue/JobQueueRedis.php
tests/phpunit/includes/jobqueue/JobQueueTest.php