Add test to verify different case on extensions works

This commit is contained in:
DanielGordonIT 2024-07-04 19:48:12 -04:00 committed by GitHub
parent 9b0ef85f77
commit 25f92ce584
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,6 +119,7 @@ class ImageTest extends TestCase
$this->files->deleteAtRelativePath($relPath); $this->files->deleteAtRelativePath($relPath);
} }
public function test_image_file_update_does_not_allow_change_in_image_extension() public function test_image_file_update_does_not_allow_change_in_image_extension()
{ {
$page = $this->entities->page(); $page = $this->entities->page();