Skip to content

Commit 69094c8

Browse files
[Notifier] Fix GoIpTransport
1 parent 49be6b8 commit 69094c8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Tests/RequestTest.php

Lines changed: 0 additions & 10 deletions
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)