diff --git a/src/Framework/Environment.php b/src/Framework/Environment.php index 94b5e37e..bafc542c 100644 --- a/src/Framework/Environment.php +++ b/src/Framework/Environment.php @@ -46,7 +46,7 @@ class Environment public const THREAD = self::VariableThread; public static bool $checkAssertions = false; - public static bool $useColors; + public static bool $useColors = false; private static int $exitCode = 0;