From db9ebccdc0f66a34b5b4618cf56e5b9430e479d7 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 24 May 2021 05:14:25 +0000 Subject: [PATCH] File test --- tests/src/Util/HTTPInputDataTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/src/Util/HTTPInputDataTest.php b/tests/src/Util/HTTPInputDataTest.php index 3b4b4b93d4..c3d4f38464 100644 --- a/tests/src/Util/HTTPInputDataTest.php +++ b/tests/src/Util/HTTPInputDataTest.php @@ -64,7 +64,6 @@ class HTTPInputDataTest extends MockedTest 'files' => [] ] ], -/* 'multipart-file' => [ 'contenttype' => 'multipart/form-data;boundary=6d4d5a40-651a-4468-a62e-5a6ca2bf350d;charset=utf8', 'input' => file_get_contents(__DIR__ . '/../../datasets/http/multipart-file.httpinput'), @@ -101,7 +100,6 @@ class HTTPInputDataTest extends MockedTest ] ] ], -*/ 'form-urlencoded' => [ 'contenttype' => 'application/x-www-form-urlencoded;charset=utf8', 'input' => file_get_contents(__DIR__ . '/../../datasets/http/form-urlencoded.httpinput'),