I'm not sure if this is/should be possible, but the call to `->mock()` is required with `->generates()`. That is: ``` php $stub->generates([$handle]);` ``` Is not equivalent to: ``` php $stub->generates([$handle->mock()]); ```
I'm not sure if this is/should be possible, but the call to
->mock()is required with->generates().That is:
Is not equivalent to: