forked from wallabag/wallabag
Fix JPEG images extension
This commit is contained in:
@ -61,8 +61,8 @@ class DownloadImagesTest extends TestCase
|
||||
public function singleImage()
|
||||
{
|
||||
return [
|
||||
['image/pjpeg', 'jpeg'],
|
||||
['image/jpeg', 'jpeg'],
|
||||
['image/pjpeg', 'jpg'],
|
||||
['image/jpeg', 'jpg'],
|
||||
['image/png', 'png'],
|
||||
['image/gif', 'gif'],
|
||||
['image/webp', 'webp'],
|
||||
|
||||
Reference in New Issue
Block a user