From 88d2391d2e6fe9c9416462734b9b523cb418f469 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 24 May 2020 21:40:10 +0200 Subject: [PATCH] fix: colors on coverage --- bin/pest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])); })();