mirror of
https://github.com/Intervention/image.git
synced 2025-08-29 08:40:33 +02:00
Add non-standard media type "image/x-bmp3"
This commit is contained in:
@@ -107,7 +107,7 @@ final class FormatTest extends BaseTestCase
|
||||
$format = Format::BMP;
|
||||
$mediaTypes = $format->mediaTypes();
|
||||
$this->assertIsArray($mediaTypes);
|
||||
$this->assertCount(8, $mediaTypes);
|
||||
$this->assertCount(9, $mediaTypes);
|
||||
|
||||
$this->assertEquals(MediaType::IMAGE_BMP, $format->mediaType());
|
||||
}
|
||||
|
Reference in New Issue
Block a user