Closed xiCO2k closed 2 years ago
This PR adds the capability to use SymfonyStyle ask method if exists, instead of using the QuestionHelper method directly.
SymfonyStyle
QuestionHelper
This way it for assertions on Laravel it will work for expectQuestion just like the $this->ask method.
Laravel
expectQuestion
$this->ask
This PR adds the capability to use
SymfonyStyle
ask method if exists, instead of using theQuestionHelper
method directly.This way it for assertions on
Laravel
it will work forexpectQuestion
just like the$this->ask
method.