mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-07 03:14:33 +08:00
Add test to verify different case on extensions works
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user