Julien Falque

Results 149 comments of Julien Falque

Just got the same issue. Injecting a Symfony service into a Behat context via a constructor argument is different than retrieving it from the kernel injected via `KernelAwareContext::setKernel()`. I think...

I don't remember. I think I switched from one way to retrieve the services to the other.

Is someone working on this? If not, I'd like to give it a try! I'd focus first on checking that the test methods accept the data returned by providers (so...

I confirm this fixes the _"Package seems not been installed properly"_ error. I noticed something odd in the output though: ```console $ composer update foo/foo-bundle Loading composer repositories with package...

These changes seem to have a drawback: requiring a dev branch in `composer.json` (e.g. `dev-master`) only works if the branch exists on the remote Git repository. IIRC this used to...

It's still WIP on my laptop, have to find some time to 🙂

No, the rules created during this refactoring only cover existing behaviour of `braces`.

If i remember correctly we only need phpspec's packages to use Prophecy and I think we don't use it much. What about replacing those usages with PHPUnit's native mocks and...

Thank you @keradus for finishing this!

#7624 introduced a new option to control this behavior for `else`/`elseif` cases. I'll update this PR to extend this option to `cases`.