예제 #1
0
 public function testBlue()
 {
     $this->assertAnsiEnclosing(Console::blue('text'), Console::BLUE);
 }