Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Automatic extraction of mock from handle with ->generates() #144

Description

@jmalloc

I'm not sure if this is/should be possible, but the call to ->mock() is required with ->generates().

That is:

$stub->generates([$handle]);`

Is not equivalent to:

$stub->generates([$handle->mock()]);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions