Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Jul 27, 2015
1 parent ac30f41 commit de85c4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/ConsoleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ public function testColor()
$string = $console->colorize('Hello World', Console::BOLD_BLUE, Console::RED);
$this->assertContains('[1;34m', $string);
$this->assertContains('[41m', $string);
$this->assertContains('[22;39m', $string);
$this->assertContains('[0;49m', $string);
$this->assertContains('[0m', $string);
}

public function testBadColor()
Expand Down

0 comments on commit de85c4c

Please sign in to comment.