File test
This commit is contained in:
parent
44e2404c63
commit
db9ebccdc0
|
@ -64,7 +64,6 @@ class HTTPInputDataTest extends MockedTest
|
||||||
'files' => []
|
'files' => []
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
/*
|
|
||||||
'multipart-file' => [
|
'multipart-file' => [
|
||||||
'contenttype' => 'multipart/form-data;boundary=6d4d5a40-651a-4468-a62e-5a6ca2bf350d;charset=utf8',
|
'contenttype' => 'multipart/form-data;boundary=6d4d5a40-651a-4468-a62e-5a6ca2bf350d;charset=utf8',
|
||||||
'input' => file_get_contents(__DIR__ . '/../../datasets/http/multipart-file.httpinput'),
|
'input' => file_get_contents(__DIR__ . '/../../datasets/http/multipart-file.httpinput'),
|
||||||
|
@ -101,7 +100,6 @@ class HTTPInputDataTest extends MockedTest
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
*/
|
|
||||||
'form-urlencoded' => [
|
'form-urlencoded' => [
|
||||||
'contenttype' => 'application/x-www-form-urlencoded;charset=utf8',
|
'contenttype' => 'application/x-www-form-urlencoded;charset=utf8',
|
||||||
'input' => file_get_contents(__DIR__ . '/../../datasets/http/form-urlencoded.httpinput'),
|
'input' => file_get_contents(__DIR__ . '/../../datasets/http/form-urlencoded.httpinput'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user