]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Util/HTTPInputDataTest.php
File test
[friendica.git] / tests / src / Util / HTTPInputDataTest.php
index 3b4b4b93d46254eed72fa4134ee886cea0478b16..c3d4f384649ae41805ddd89c1545b422c40ac741 100644 (file)
@@ -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'),