Esempio n. 1
0
 public function testBold()
 {
     $this->assertAnsiEnclosing(Console::bold('text'), Console::BOLD);
 }