Closed
Description
Description
Hi,
I'm using Behat to run tests.
I need to add some extra server parameters for some scenario (using Symfony\Component\BrowserKit\AbstractBrowser::setServerParameter()
method), but those server parameters are never reinitialized when the client is restarted (for each scenario).
Is there a reason for not re-initialize the $server
property in the Symfony\Component\BrowserKit\AbstractBrowser::restart()
method ? If not, could it be possible to add such a feature ?
Thank you
Example
No response