Exemplo n.º 1
0
 public function setUp()
 {
     $this->console = new \dAshesss\Console(true);
     $this->console->mute();
     $this->screen = $this->console->screen();
 }