mirror of
https://github.com/Intervention/image.git
synced 2025-08-11 16:34:00 +02:00
fix
This commit is contained in:
@@ -1169,7 +1169,6 @@ class GdSystemTest extends PHPUnit_Framework_TestCase
|
|||||||
{
|
{
|
||||||
$img = $this->manager()->make('tests/images/star.png');
|
$img = $this->manager()->make('tests/images/star.png');
|
||||||
$img->limitColors(64, '#00ff00');
|
$img->limitColors(64, '#00ff00');
|
||||||
$img->save('tests/images/foofoofoofoofoofoofoofoo.png');
|
|
||||||
$this->assertLessThanOrEqual(65, imagecolorstotal($img->getCore()));
|
$this->assertLessThanOrEqual(65, imagecolorstotal($img->getCore()));
|
||||||
$this->assertTransparentPosition($img, 0, 0);
|
$this->assertTransparentPosition($img, 0, 0);
|
||||||
$this->assertColorAtPosition('#04f204', $img, 12, 10);
|
$this->assertColorAtPosition('#04f204', $img, 12, 10);
|
||||||
|
Reference in New Issue
Block a user