diff --git a/src/Console/Thanks.php b/src/Console/Thanks.php index d1ff4542..dba31f53 100644 --- a/src/Console/Thanks.php +++ b/src/Console/Thanks.php @@ -46,7 +46,7 @@ final class Thanks $bootstrapper = new BootView($this->output); $bootstrapper->boot(); - $wantsToSupport = ! isset($_ENV['PEST_NO_SUPPORT']) && $this->input->isInteractive() && (new SymfonyQuestionHelper())->ask( + $wantsToSupport = getenv('PEST_NO_SUPPORT') !== 'true' && $this->input->isInteractive() && (new SymfonyQuestionHelper())->ask( new ArrayInput([]), $this->output, new ConfirmationQuestion(