コード例 #1
0
ファイル: CursorTest.php プロジェクト: d-ashesss/php-console
 public function setUp()
 {
     $this->console = new \dAshesss\Console(true);
     $this->console->mute();
     $this->cursor = $this->console->cursor();
 }
コード例 #2
0
ファイル: ScreenTest.php プロジェクト: d-ashesss/php-console
 public function setUp()
 {
     $this->console = new \dAshesss\Console(true);
     $this->console->mute();
     $this->screen = $this->console->screen();
 }