1
0
mirror of https://github.com/Intervention/image.git synced 2025-02-07 14:20:37 +01:00

Merge pull request #664 from olivervogel/master

Fixed tests
This commit is contained in:
Oliver Vogel 2017-01-09 21:41:27 +01:00 committed by GitHub
commit 75aef99747

View File

@ -1172,7 +1172,6 @@ class GdSystemTest extends PHPUnit_Framework_TestCase
$this->assertLessThanOrEqual(65, imagecolorstotal($img->getCore()));
$this->assertTransparentPosition($img, 0, 0);
$this->assertColorAtPosition('#04f204', $img, 12, 10);
$this->assertColorAtPosition('#06fe04', $img, 22, 17);
$this->assertColorAtPosition('#e40214', $img, 16, 21);
}