Yohann M.
Yohann M.
Hi there, I am the one who opened #944 I'm currently having the same use case as you (and surely many others). I'd also like to have this feature natively,...
> I'll be immensely glad to see an example of this problem workaround. I unfortunatly don't have a clean way to do that for now, I find my solution pretty...
@elboletaire : my solution involves doctrine filters. Make sure you understand what this means if you want to use mine. The example down there is **very specific** and **pretty dirty**...
That's probably because of https://github.com/doctrine/doctrine2/issues/4543 I workarounded that with a normalizer ```php
Nope unfortunatly I couldn't spend more time on the issue as my solution was satisfying enough for my client(s). It could be better to make 2+ separate HTTP requests though...
any update about this feature ? :-)
behat/mink v1.8.1 causes problems, 1.8.0 is ok at the moment you can downgrade with following command: `composer require --dev friends-of-behat/mink friends-of-behat/mink-extension friends-of-behat/mink-browserkit-driver behat/mink`
Solution without hacking vendors: behat.yaml ```yaml default: extensions: FriendsOfBehat\SymfonyExtension: bootstrap: 'config/behat/bootstrap.php' # ... ``` config/behat/bootstrap.php ```php
I tried many other solutions (extending JsonContext, calling the behatch internal container to get the JsonContext, ...) but only one worked (that's dirty though): Reflection ```php
bump on this @beberlei :), thanks for your time on this lib 🙏