gorghoa / ScenarioStateBehatExtension

Provide a way to share scenario state through steps
MIT License
33 stars 7 forks source link

Add a trait that implements ScenarioStateAwareContext #6

Closed gorghoa closed 8 years ago

gorghoa commented 8 years ago

Implementing the ScenarioStateAwareContext::setScenarioState(ScenarioStateInterface $systemState); method is boring.

@vincentchalamon proposed to add a trait that would do it for us :)