diff --git a/tests/e2e/Client.php b/tests/e2e/Client.php index a571f87437..7083095da1 100644 --- a/tests/e2e/Client.php +++ b/tests/e2e/Client.php @@ -203,9 +203,9 @@ class Client $name = array_key_first($parsed); $cookies[$name] = $parsed[$name]; } - + $responseHeaders[strtolower(trim($header[0]))] = trim($header[1]); - + return $len; });