예제 #1
0
 public function testBoldAndBlue()
 {
     $this->assertAnsiEnclosing(Console::apply('text', ['blue', 'bold']), [Console::BOLD, Console::BLUE]);
 }