mirror of
https://github.com/ivuorinen/palette.git
synced 2026-01-26 03:24:08 +00:00
CodeStyle changes, documentation, small fixes
This commit is contained in:
@@ -21,7 +21,7 @@ class PaletteTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
foreach ($images as $imageFile => $hex) {
|
||||
$image = $location . $imageFile;
|
||||
$this->assertTrue(file_exists($image));
|
||||
$this->assertFileExists($image);
|
||||
|
||||
$palette = new \ivuorinen\Palette\Palette($image);
|
||||
$this->assertCount(1, $palette->colorsArray);
|
||||
|
||||
Reference in New Issue
Block a user