1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-25 14:50:48 +02:00

Add non-standard mime type image/x-heic

This commit is contained in:
Oliver Vogel
2024-07-10 13:49:46 +02:00
parent 5451ff9f90
commit 6daaedf7ed
3 changed files with 7 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ final class FormatTest extends BaseTestCase
$format = Format::HEIC;
$mediaTypes = $format->mediaTypes();
$this->assertIsArray($mediaTypes);
$this->assertCount(2, $mediaTypes);
$this->assertCount(3, $mediaTypes);
}
public function testEncoderJpeg(): void