Loading core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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/'); } Loading Loading
core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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/'); } Loading