Problem/Motivation
Changing from mocks to stubs for test scaffold where necessary left some cases where stubs don't have the same features as mocks.
Proposed resolution
Replace $object->method()->with()->willReturn() with $object->method()->willReturnMap()
Comments
Comment #3
gapple