Results 5 comments of Coco

Got the same problem. To fix that, I have a context extending `MinkContext`. I have implement the `KernelAwareContext` and use the trait `App`: ```php

Thx for your reply and sorry for this confusion. Take this fixtures exemple: ``` Nelmio\Entity\User: user_{1..10}_test: owner: 'user_' Nelmio\Entity\Group: group_{1..10}: owner: '@user__test' ``` I expect in this case for the...

Everything is explain here visibly: https://github.com/nelmio/alice/issues/377, but not in the doc.

Same errors ! To fix it, I had to change my Behat\MinkExtension and remove the "base_url". So now I have this configuration in my behat.yml.dist: ``` default: suites: default: paths:...

To solve this issue, i have to add the element at the top of the list. When you add at the bottom, you have the given error. Can we solve...