From ac5276387b2102b718f8bbd75d9f251cda336f24 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Mon, 9 Jan 2017 21:36:59 +0100 Subject: [PATCH] fix --- tests/GdSystemTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/GdSystemTest.php b/tests/GdSystemTest.php index 293eac89..3b107411 100644 --- a/tests/GdSystemTest.php +++ b/tests/GdSystemTest.php @@ -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);