Skip to content

Commit

Permalink
Improve Readme, remove non-sense test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel committed Mar 13, 2018
1 parent f1950df commit eff738b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ $changeColor->colorizeToAllColors('cars/');
- (done) IMPROVE TODOLIST and update readme with new methods (hexadecimal)
- (done) Add DockBlock in all methods
- (done) Improve ChangeColor.php SOLID
- testExtensionIsFilePng()






#### ColorizzarWebService.php will be:
- Hash create by upload image
Expand Down
12 changes: 1 addition & 11 deletions tests/ChangeColorTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public function testColorizeToAllColors()
$changeColor->setFromRGB($this->defaultRedRGB, $this->defaultGreenRGB, $this->defaultBlueRGB);

$resultAllColors = $changeColor->colorizeToAllColors($this->folderOut);
//print_r($resultAllColors);die();

$finalResult = true;
$findFile = true;
Expand All @@ -146,16 +145,7 @@ public function testColorizeToAllColors()
$this->assertTrue($findFile);
}

//TODO
public function testExtensionIsFilePng()
{

//stripos(,"png")

$this->assertTrue(true);
}



public function provideValidHexName()
{
return [
Expand Down

0 comments on commit eff738b

Please sign in to comment.