Skip to content

Commit 09bd902

Browse files
Changes covered with Unit test
1 parent 0cf0e09 commit 09bd902

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

lib/internal/Magento/Framework/File/Test/Unit/MimeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public function getMimeTypeDataProvider(): array
5858
'weird extension' => [__DIR__ . '/_files/file.weird', 'application/octet-stream'],
5959
'weird uppercase extension' => [__DIR__ . '/_files/UPPERCASE.WEIRD', 'application/octet-stream'],
6060
'generic mime type' => [__DIR__ . '/_files/blank.html', 'text/html'],
61+
'tmp file mime type' => [__DIR__ . '/_files/magento', 'image/jpeg'],
6162
];
6263
}
6364
}
Binary file not shown.

0 commit comments

Comments
 (0)