Skip to content

Commit

Permalink
removing hardcoded tty
Browse files Browse the repository at this point in the history
  • Loading branch information
markhuot committed Sep 30, 2024
1 parent b94dcb4 commit a3c9a07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/console/PestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ protected function runTests()
}

$process = new Process(['./vendor/bin/pest', ...$pestOptions]);
$process->setTty(true);
$process->setTimeout(null);
$process->start();

Expand Down

0 comments on commit a3c9a07

Please sign in to comment.