1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-11 08:24:02 +02:00
This commit is contained in:
Oliver Vogel
2017-01-09 21:36:59 +01:00
parent 6337bf6b1d
commit ac5276387b

View File

@@ -1169,7 +1169,6 @@ class GdSystemTest extends PHPUnit_Framework_TestCase
{
$img = $this->manager()->make('tests/images/star.png');
$img->limitColors(64, '#00ff00');
$img->save('tests/images/foofoofoofoofoofoofoofoo.png');
$this->assertLessThanOrEqual(65, imagecolorstotal($img->getCore()));
$this->assertTransparentPosition($img, 0, 0);
$this->assertColorAtPosition('#04f204', $img, 12, 10);