Kévin Dunglas
Kévin Dunglas
Awesome, thanks for sharing the fix! Would you mind adding a note in the readme referencing the Bootsrap issue?
We should return a better error message, but it's not possible to use these assertions with Panther because WebDriver doesn't give access to the HTTP headers.
Isn't this change a BC break?
It will. This is a protected method that can be overrode. https://symfony.com/doc/current/contributing/code/bc.html#changing-classes
Hi @shadowc! Gentle ping :) Do you still have the time to work on this PR or do you want someone else to try to finish it? Thanks!
No worries, it's perfectly OK to have more important things to do. We aren't paid for this, after all!
When using the WebDriver protocol, redirects are always followed. There are no ways to not follow them.
Hum no, actually when using WebDriver you cannot intercept at all, redirects will always be followed automatically.
This looks like a good first step! Another problem will be database testing. I guess that we'll have the same problem if the app uses a DB: each parallel process...
Env vars defined in the current process will be automatically inherited by the web server process.