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

Dynamic fixtures - new feature request #223

Open
@marcinrogacki

Description

@marcinrogacki

Exmaple usage:

/**
 * @test
 * @loadFixture myCustomizableStore
 * @dataProvider customizableStoreLocaleFixturesDataProvider
 */
public function my_test($fixture)
{
    $this->loadFixture($fixture);
}

pubic function customizableStoreLocaleFixturesDataProvider()
{
    return [
        [ 'localeOne' ],
        [ 'localeTwo' ],
    ];
}

Is it doable? Might be already available? Might be some tips where to start to implement such feature?

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