mirror of
https://github.com/Intervention/image.git
synced 2025-08-12 00:43:59 +02:00
Rename method
This commit is contained in:
@@ -48,7 +48,7 @@ final class ClonerTest extends BaseTestCase
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testCLoneBlended(): void
|
public function testCloneBlended(): void
|
||||||
{
|
{
|
||||||
$gd = imagecreatefromgif($this->getTestResourcePath('gradient.gif'));
|
$gd = imagecreatefromgif($this->getTestResourcePath('gradient.gif'));
|
||||||
$clone = Cloner::cloneBlended($gd, new Color(255, 0, 255, 255));
|
$clone = Cloner::cloneBlended($gd, new Color(255, 0, 255, 255));
|
||||||
|
Reference in New Issue
Block a user