From 6228e917c329522646949c16eb30fc37a0db7c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Demonchaux?= Date: Fri, 18 Oct 2024 08:57:13 +0200 Subject: [PATCH] debug CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Demonchaux --- test/Client/CurlTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Client/CurlTest.php b/test/Client/CurlTest.php index 0c5ac903..ffa9ef4a 100644 --- a/test/Client/CurlTest.php +++ b/test/Client/CurlTest.php @@ -486,6 +486,7 @@ public function testSetCurlOptPostFields() */ public function testNoCaseSensitiveHeaderName() { + var_dump($this->baseuri);exit; $this->client->setUri($this->baseuri . 'Laminas7683-chunked.php'); $adapter = new Adapter\Curl();