Skip to content

Commit

Permalink
Add fill call
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Jan 11, 2025
1 parent feebc5f commit 5e3e4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Drivers/Imagick/Modifiers/CropModifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function testHalfTransparent(): void

public function testMergeTransparentBackgrounds(): void
{
$image = $this->createTestImage(1, 1);
$image = $this->createTestImage(1, 1)->fill('f00');
$this->assertEquals(1, $image->width());
$this->assertEquals(1, $image->height());
$image->modify(new CropModifier(3, 3, 0, 0, '00f7', 'center'));
Expand Down

0 comments on commit 5e3e4c8

Please sign in to comment.