예제 #1
0
 public function testRed()
 {
     $this->assertAnsiEnclosing(Console::red('text'), Console::RED);
 }