fix: colors on coverage

This commit is contained in:
Nuno Maduro
2020-05-24 21:40:10 +02:00
parent bd02196950
commit 88d2391d2e

View File

@ -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']));
})();