Better test name for black and red images

This commit is contained in:
Ismo Vuorinen
2017-09-14 14:20:31 +03:00
parent 1f0a4b878c
commit 6dfc559079

View File

@@ -14,7 +14,7 @@ class PaletteTest extends \PHPUnit_Framework_TestCase
$this->assertInternalType('string', $palette->destination); $this->assertInternalType('string', $palette->destination);
} }
public function test_known_images() public function test_known_images_with_one_color()
{ {
$location = __DIR__ . DIRECTORY_SEPARATOR . 'assets' . DIRECTORY_SEPARATOR; $location = __DIR__ . DIRECTORY_SEPARATOR . 'assets' . DIRECTORY_SEPARATOR;
$images = ['black.png' => '000000', 'red.png' => 'CC3333']; $images = ['black.png' => '000000', 'red.png' => 'CC3333'];