Closed weierophinney closed 9 years ago
When updating the factory for v3, I forgot to change the method name from createService() to __invoke(). To ensure the factory properly works going forward, this patch also adds a test for the factory, using a container-interop mock instance.
createService()
__invoke()
When updating the factory for v3, I forgot to change the method name from
createService()
to__invoke()
. To ensure the factory properly works going forward, this patch also adds a test for the factory, using a container-interop mock instance.