Skip to content

Commit

Permalink
Test for getPossibleStyles
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Apr 8, 2014
1 parent 79e27e9 commit e0b393d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/JakubOnderka/PhpConsoleColor/ConsoleColorTest.php
Expand Up @@ -174,5 +174,11 @@ public function testForceStyle()
$this->uut->setForceStyle(true);
$this->assertTrue($this->uut->isStyleForced());
}

public function testGetPossibleStyles()
{
$this->assertInternalType('array', $this->uut->getPossibleStyles());
$this->assertNotEmpty($this->uut->getPossibleStyles());
}
}

0 comments on commit e0b393d

Please sign in to comment.