StubObject: Allow using a factory function to construct the object
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 16 Aug 2016 20:44:28 +0000 (13:44 -0700)
committerTim Starling <tstarling@wikimedia.org>
Wed, 17 Aug 2016 03:00:11 +0000 (03:00 +0000)
commitf627188a6f0bd67282459d4607361aca97a3d492
treee5e6ec043c0dbf60d948547609275d99eb0c59cc
parent95eed3189ae29d0df9781b1372fceed8ef8e0754
StubObject: Allow using a factory function to construct the object

If $class is a callable, then assume it is a factory function, and pass
that onto ObjectFactory.

Change-Id: I20c3650843c2803e0f9521d67bb037abfc28e1d9
includes/StubObject.php