We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf0e09 commit 09bd902Copy full SHA for 09bd902
lib/internal/Magento/Framework/File/Test/Unit/MimeTest.php
@@ -58,6 +58,7 @@ public function getMimeTypeDataProvider(): array
58
'weird extension' => [__DIR__ . '/_files/file.weird', 'application/octet-stream'],
59
'weird uppercase extension' => [__DIR__ . '/_files/UPPERCASE.WEIRD', 'application/octet-stream'],
60
'generic mime type' => [__DIR__ . '/_files/blank.html', 'text/html'],
61
+ 'tmp file mime type' => [__DIR__ . '/_files/magento', 'image/jpeg'],
62
];
63
}
64
lib/internal/Magento/Framework/File/Test/Unit/_files/magento
54 KB
0 commit comments