Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c665ed9

Browse filesBrowse files
committed
Merge branch '6.4' into 7.2
* 6.4: fix EmojiTransliterator return type compatibility with PHP 8.5 Bump Symfony version to 6.4.22 Update VERSION for 6.4.21 Update CONTRIBUTORS for 6.4.21 Update CHANGELOG for 6.4.21 Fix return type is non-nullable Fix overwriting an array element
2 parents 6023ec7 + ef8252e commit c665ed9
Copy full SHA for c665ed9

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎Tests/RequestTest.php

Copy file name to clipboardExpand all lines: Tests/RequestTest.php
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,6 @@ public function testGetUri()
589589

590590
$server['REDIRECT_QUERY_STRING'] = 'query=string';
591591
$server['REDIRECT_URL'] = '/path/info';
592-
$server['SCRIPT_NAME'] = '/index.php';
593592
$server['QUERY_STRING'] = 'query=string';
594593
$server['REQUEST_URI'] = '/path/info?toto=test&1=1';
595594
$server['SCRIPT_NAME'] = '/index.php';
@@ -716,7 +715,6 @@ public function testGetUriForPath()
716715

717716
$server['REDIRECT_QUERY_STRING'] = 'query=string';
718717
$server['REDIRECT_URL'] = '/path/info';
719-
$server['SCRIPT_NAME'] = '/index.php';
720718
$server['QUERY_STRING'] = 'query=string';
721719
$server['REQUEST_URI'] = '/path/info?toto=test&1=1';
722720
$server['SCRIPT_NAME'] = '/index.php';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.