laravel-at / laravel-image-sanitize

Prevent malicious code execution through uploaded image files
MIT License
220 stars 15 forks source link

add ImageSanitizeFacadeTest #6

Closed chapeupreto closed 4 years ago

chapeupreto commented 4 years ago

This PR adds a test to ImageSanitize Facade so it will be easy for others to know that this package provides a Facade. Also, test coverage increases after this test.