Skip to content

Commit e661398

Browse files
committed
fix test failure
1 parent b68b91b commit e661398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public function testCropPosition()
225225
$image = $this->createImage(200, 100, 'png');
226226
$resize = new ImageResize($image);
227227

228-
$resize->crop(50, 50, false, $resize::CROPRIGHT);
228+
$resize->crop(50, 50, $resize::CROPRIGHT, false);
229229

230230
$reflection_class = new ReflectionClass('\Eventviva\ImageResize');
231231
$source_x = $reflection_class->getProperty('source_x');

0 commit comments

Comments
 (0)