Skip to content

Commit fefae6f

Browse files
committed
Remove call to writeImage
1 parent 7f52175 commit fefae6f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/ImageTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ public function resizeWithBurredBackgroundWithCustomBlurValue()
275275
$source->readImage(__DIR__ . '/_files/portrait.jpg');
276276
$options = ['upsize' => true, 'bestfit' => false, 'blurBackground' => true, 'blurValue' => 30.0];
277277
$actual = Image::resize($source, 1024, 768, $options);
278-
$actual->writeImage(__DIR__ . '/_files/blur-30.jpg');
279278

280279
$expected = new \Imagick();
281280
$expected->readImage(__DIR__ . '/_files/blur-30.jpg');

0 commit comments

Comments
 (0)