Skip to content

Commit 40e6615

Browse files
bug #58862 [Notifier] Fix GoIpTransport (nicolas-grekas)
This PR was merged into the 6.4 branch. Discussion ---------- [Notifier] Fix GoIpTransport | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT And some other tests Commits ------- 5afb93c518f [Notifier] Fix GoIpTransport
2 parents d2737ec + 69094c8 commit 40e6615

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Tests/RequestTest.php

-10
Original file line numberDiff line numberDiff line change
@@ -2668,16 +2668,6 @@ public function testReservedFlags()
26682668
$this->assertNotSame(0b10000000, $value, sprintf('The constant "%s" should not use the reserved value "0b10000000".', $constant));
26692669
}
26702670
}
2671-
2672-
/**
2673-
* @group legacy
2674-
*/
2675-
public function testInvalidUriCreationDeprecated()
2676-
{
2677-
$this->expectDeprecation('Since symfony/http-foundation 6.3: Calling "Symfony\Component\HttpFoundation\Request::create()" with an invalid URI is deprecated.');
2678-
$request = Request::create('/invalid-path:123');
2679-
$this->assertEquals('http://localhost/invalid-path:123', $request->getUri());
2680-
}
26812671
}
26822672

26832673
class RequestContentProxy extends Request

0 commit comments

Comments
 (0)