Esempio n. 1
0
 public function testYellow()
 {
     $this->assertAnsiEnclosing(Console::yellow('text'), Console::YELLOW);
 }