예제 #1
0
 public function testGreen()
 {
     $this->assertAnsiEnclosing(Console::green('text'), Console::GREEN);
 }