mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-25 06:25:14 +08:00
Add test to verify different case on extensions works
This commit is contained in:
parent
9b0ef85f77
commit
25f92ce584
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user