Skip to content

Commit

Permalink
Skip test because of #5 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 8, 2014
1 parent 6288ebb commit 205fcef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ConsoleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ protected function setUp()
*/
public function testCanDetectColorSupport()
{
$this->markTestSkipped();

$this->assertTrue($this->console->hasColorSupport());
}
}

0 comments on commit 205fcef

Please sign in to comment.