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
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/RequestTest.php
-10
Original file line number
Diff line number
Diff line change
@@ -2668,16 +2668,6 @@ public function testReservedFlags()
2668
2668
$this->assertNotSame(0b10000000, $value, sprintf('The constant "%s" should not use the reserved value "0b10000000".', $constant));
2669
2669
}
2670
2670
}
2671
-
2672
-
/**
2673
-
* @group legacy
2674
-
*/
2675
-
publicfunctiontestInvalidUriCreationDeprecated()
2676
-
{
2677
-
$this->expectDeprecation('Since symfony/http-foundation 6.3: Calling "Symfony\Component\HttpFoundation\Request::create()" with an invalid URI is deprecated.');
0 commit comments