forked from wallabag/wallabag
Add some basic test
This commit is contained in:
@ -65,6 +65,7 @@ class DownloadImagesTest extends TestCase
|
||||
['image/jpeg', 'jpeg'],
|
||||
['image/png', 'png'],
|
||||
['image/gif', 'gif'],
|
||||
['image/webp', 'webp'],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user