diff --git a/bin/pest b/bin/pest index 10e61a14..9b66a2b6 100755 --- a/bin/pest +++ b/bin/pest @@ -27,5 +27,5 @@ use Symfony\Component\Console\Output\ConsoleOutput; ValidatesEnvironment::in($testSuite); - exit((new Command($testSuite, new ConsoleOutput()))->run($_SERVER['argv'])); + exit((new Command($testSuite, new ConsoleOutput(ConsoleOutput::VERBOSITY_NORMAL, true)))->run($_SERVER['argv'])); })();