Don't return PHPUnit_Framework_MockObject_MockObject when not needed
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Mon, 7 Mar 2016 10:41:03 +0000 (11:41 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 11 Mar 2016 15:28:46 +0000 (15:28 +0000)
commit3450e826e31de486716508dd6c8061c760cfb624
tree03d4085e0b3e325af4cef212c7d016a183446345
parentb98dc6ced8882ca35dad92ef07afae9dbb051ee2
Don't return PHPUnit_Framework_MockObject_MockObject when not needed

The callers of this method don't need to know about this additional
interface.

Change-Id: I9e5531e495b7f5c890e8e520d661ccd5b0a644e1
tests/phpunit/includes/cache/LocalisationCacheTest.php