You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this translation is handled by the $serverRequest = ServerRequest::fromGlobals(); line that uses the global PHP vars, but this could be a limit, especially for testing purposes. In behat there is not a real HTTP request, so we should remove the use of these globals.
The text was updated successfully, but these errors were encountered:
Currently, this translation is handled by the
$serverRequest = ServerRequest::fromGlobals();
line that uses the global PHP vars, but this could be a limit, especially for testing purposes. In behat there is not a real HTTP request, so we should remove the use of these globals.The text was updated successfully, but these errors were encountered: