Client::submit()
will have a new $serverParameters
argument
in version 5.0, not defining it is deprecatedCookie::getSameSite()
[BC BREAK] Client::followRedirect()
won't redirect responses with
a non-3xx Status Code and Location
header anymore, as per
http://tools.ietf.org/html/rfc2616#section-14.30
added Client::getInternalRequest()
and Client::getInternalResponse()
to
have access to the BrowserKit internal request and response objects