Home
last modified time | relevance | path

Searched refs:COLOR_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php38 public const COLOR_DEFAULT = '#e3e4e6'; define in Monolog\\Handler\\Slack\\SlackRecord
217 return static::COLOR_DEFAULT;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php26 const COLOR_DEFAULT = self::COLOR_NEVER; define in PHPUnit_TextUI_ResultPrinter
128 …public function __construct($out = null, $verbose = false, $colors = self::COLOR_DEFAULT, $debug =…
H A DTestRunner.php1086 …s['colors'] : PHPUnit_TextUI_ResultPrinter::COLOR_DEFAULT;