From 9ef1d00ae5cb00a4da6d10c5e7e8aec9624b8b68 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Wed, 20 Nov 2024 14:31:37 +0100 Subject: [PATCH] [Tests] Aligned VisitorTest with Symfony 6 --- tests/lib/Output/VisitorTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/Output/VisitorTest.php b/tests/lib/Output/VisitorTest.php index fea5c4178..ceb7ce984 100644 --- a/tests/lib/Output/VisitorTest.php +++ b/tests/lib/Output/VisitorTest.php @@ -136,6 +136,7 @@ public function testSetFilteredHeaders() Response::HTTP_OK, [ 'Content-Type' => 'text/xml', + 'Accept-Patch' => [0 => ''], ] ), $visitor->visit($data)