<?php private function assertCommonServerVariables(array $response, array $expectedGlobalVariables): array
{
$expectedCommonVariables = [
'USER' => get_current_user(),
'SERVER_PROTOCOL' => 'HTTP/1.1',
'SERVER_NAME' => 'localhost',
'SERVER_ADDR' => '127.0.0.1',