We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b578d9a + 1c4cf7a commit 14a2defCopy full SHA for 14a2def
tests/Output/ColorTest.php
@@ -24,7 +24,7 @@ public function test_methods($method, $color)
24
25
public function test_comment()
26
{
27
- $this->assertSame("\033[0;100mcomment\033[0m", (new Color)->comment('comment'));
+ $this->assertSame("\033[2;37mcomment\033[0m", (new Color)->comment('comment'));
28
}
29
30
public function test_custom_style()
0 commit comments