From 3f38b8af283b830e1363acd79e5bc3412d055341 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 13 Nov 2024 19:58:02 +0100 Subject: [PATCH] [HttpFoundation] Fix test --- Tests/RequestTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/RequestTest.php b/Tests/RequestTest.php index 3743d9d9c..789119b6a 100644 --- a/Tests/RequestTest.php +++ b/Tests/RequestTest.php @@ -311,7 +311,6 @@ public function testCreateWithRequestUri() * [" foo"] * ["foo "] * ["//"] - * ["foo:bar"] */ public function testCreateWithBadRequestUri(string $uri) {