Skip to content

Commit

Permalink
Rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Aug 5, 2024
1 parent 839bc6a commit 5e9b4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Drivers/Gd/ClonerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function testCloneEmpty(): void
);
}

public function testCLoneBlended(): void
public function testCloneBlended(): void
{
$gd = imagecreatefromgif($this->getTestResourcePath('gradient.gif'));
$clone = Cloner::cloneBlended($gd, new Color(255, 0, 255, 255));
Expand Down

0 comments on commit 5e9b4aa

Please sign in to comment.