Loïc Frémont

Results 29 comments of Loïc Frémont

@everzet @stof any news about this error ? I've got same error on sf4.1

@kochen You can create a small project on github to expose that. If you don't have enough time I probably can do that... but later...

@kochen @stof I've same problem here on [this pull-request](https://github.com/Monofony/SymfonyStarter/pull/45) with [travis log here](https://travis-ci.org/Monofony/SymfonyStarter/jobs/443105189 )

@stof In SessionListener, prepareDefaultMinkSession is not called. I have this problem only when I remove symfony/symfony dependency.

I found it! This is not due to mink extension. @kochen you just have to add symfony/proxy-manager-bridge to handle lazy option. https://symfony.com/doc/current/service_container/lazy_services.html https://github.com/Monofony/SymfonyStarter/pull/74

@stof You can close this issue.

@kochen This is not a common case. This is due to the way Sylius did with its "mink.default_session" service. ``` ``` But this package is already on Sylius.

@vasilvestre Could you rebase your PR please, the CI was fixed.