Skip to content

Commit 0dba442

Browse files
committed
Fixing ImageVariantTest
1 parent 99a1a79 commit 0dba442

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/TestCase/Processor/Image/ImageVariantTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ public function testVariant(): void
6767
'direction' => 'v'
6868
],
6969
'heighten' => [
70-
'height' => 200
70+
'height' => 200,
71+
'preventUpscale' => false
7172
],
7273
'widen' => [
73-
'width' => 200
74+
'width' => 200,
75+
'preventUpscale' => false
7476
],
7577
'crop' => [
7678
'width' => 200,

0 commit comments

Comments
 (0)