I had a case where I wanted to load Doctrine fixtures into my ZF3 MVC app, but at the Behat scenario level. Requirements were to reset to specific features (mixed and matched) before individual scenarios, right from within the scenario itself. What’s more, I wanted to use nelmio/alice — newly discovered — an excellent tool to define fixtures (it’s almost fun!).

Baked this, it works. Hope it helps!

circlical-behat-fixtures on Github