We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f52175 commit fefae6fCopy full SHA for fefae6f
1 file changed
tests/ImageTest.php
@@ -275,7 +275,6 @@ public function resizeWithBurredBackgroundWithCustomBlurValue()
275
$source->readImage(__DIR__ . '/_files/portrait.jpg');
276
$options = ['upsize' => true, 'bestfit' => false, 'blurBackground' => true, 'blurValue' => 30.0];
277
$actual = Image::resize($source, 1024, 768, $options);
278
- $actual->writeImage(__DIR__ . '/_files/blur-30.jpg');
279
280
$expected = new \Imagick();
281
$expected->readImage(__DIR__ . '/_files/blur-30.jpg');
0 commit comments