示例#1
0
 public function setUp()
 {
     $this->console = new \dAshesss\Console(true);
     $this->console->mute();
     $this->cursor = $this->console->cursor();
 }
示例#2
0
 public function setUp()
 {
     $this->console = new \dAshesss\Console(true);
     $this->console->mute();
     $this->screen = $this->console->screen();
 }