You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were 2 failures:
1) Tests\Nyholm\Psr7\Integration\RequestTest::testGetRequestTargetInOriginFormNormalizesUriWithMultipleLeadingSlashesInPath
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'/valid///path'
+'//valid///path'
/home/devium/nyholm-psr7/vendor/php-http/psr7-integration-tests/src/RequestIntegrationTest.php:191
2) Tests\Nyholm\Psr7\Integration\UriTest::testGetPathNormalizesMultipleLeadingSlashesToSingleSlashToPreventXSS
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'/valid///path'
+'//valid///path'
/home/devium/nyholm-psr7/vendor/php-http/psr7-integration-tests/src/UriIntegrationTest.php:262
FAILURES!
Tests: 397, Assertions: 905, Failures: 2, Skipped: 1.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: