gorghoa / ScenarioStateBehatExtension

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

Throw exception when asked for missing state #21

Closed walterdolce closed 7 years ago

walterdolce commented 7 years ago

Implementation for #18.

Note the change in hasStateFragment. This is because PHP might give you a false even though you actually have the key set. Please see https://eval.in/678234.

vincentchalamon commented 7 years ago

Thanks @walterdolce, I'll release it later as it's not blocking as previous PRs