]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9b0ef85
)
Add test to verify different case on extensions works
author
DanielGordonIT
<redacted>
Thu, 4 Jul 2024 23:48:12 +0000
(19:48 -0400)
committer
GitHub
<redacted>
Thu, 4 Jul 2024 23:48:12 +0000
(19:48 -0400)
tests/Uploads/ImageTest.php
patch
|
blob
|
history
diff --git
a/tests/Uploads/ImageTest.php
b/tests/Uploads/ImageTest.php
index db500f606691fa84de8aedea8eb68ee19d6268e8..e28880c95fdcf53128f790cdb933b8bb364830c6 100644
(file)
--- a/
tests/Uploads/ImageTest.php
+++ b/
tests/Uploads/ImageTest.php
@@
-119,6
+119,7
@@
class ImageTest extends TestCase
$this->files->deleteAtRelativePath($relPath);
}
+
public function test_image_file_update_does_not_allow_change_in_image_extension()
{
$page = $this->entities->page();