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
Description
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
Labels
No labels