Skip to content

dry-run is broken when module is using iterable return type #78

@ostrolucky

Description

@ostrolucky
./vendor/bin/codecept dry-run Acceptance

In DryRun.php line 194:

  Unsupported return type iterable


dry-run <suite> [<test>]

It's because of iterable return type, in my case the one specified at

public function _findElements(mixed $locator): iterable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions