Do not return null reference in JobQueueMemory
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Thu, 14 Jan 2016 11:59:23 +0000 (12:59 +0100)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Thu, 14 Jan 2016 18:19:55 +0000 (19:19 +0100)
commit1910da184e80c2e1ce496fc5a41bdae53e7ae14c
tree3da7336236f1b666c399506b098d9b255b0acbea
parentf225fbee535fd784cc0b414cbab019a492034b20
Do not return null reference in JobQueueMemory

See Ia5b7a96 and the unrelated error raised there.
https://integration.wikimedia.org/ci/job/mwext-testextension-zend/19682/consoleFull

By writing this simple test I not only found one but two issues.

Bug: T123539
Change-Id: I17ed5b69992aa98ab2384b7a6aafc96b0fcba1ce
includes/jobqueue/JobQueueMemory.php
tests/phpunit/includes/jobqueue/JobQueueMemoryTest.php [new file with mode: 0644]