Skip to content

Commit f0ab3db

Browse files
committed
fixture single upload
1 parent 4795662 commit f0ab3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Handler/Writer/MailSpec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'body_data' => ['text' => 'test'],
2525
'raw_data' => [],
2626
'files_data' => [
27-
[
27+
"fileupload" => [
2828
'name' => 'foo.html',
2929
'tmp_name' => __DIR__ . '/../../Fixture/data/foo.html',
3030
'error' => 0,

0 commit comments

Comments
 (0)