Commit 926297a4 authored by catch's avatar catch
Browse files

Issue #2990740 by hass, Ankit.Gupta: Wrong value in SERVER_NAME of UnroutedUrlAssemblerTest

parent efd53eb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ protected function setupRequestStack($subdir) {
      $server = [
        'SCRIPT_NAME' => '/subdir/index.php',
        'SCRIPT_FILENAME' => $this->root . '/index.php',
        'SERVER_NAME' => 'http://www.example.com',
        'SERVER_NAME' => 'www.example.com',
      ];
      $request = Request::create('/subdir/');
    }