zfcampus / zf-http-cache

ZF2 module for automating http cache tasks within a Zend Framework 2 application.
BSD 3-Clause "New" or "Revised" License
8 stars 6 forks source link

Ensure factory actually works #6

Closed weierophinney closed 9 years ago

weierophinney commented 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.