Home
last modified time | relevance | path

Searched refs:COLOR_AUTO (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php24 const COLOR_AUTO = 'auto'; define in PHPUnit_TextUI_ResultPrinter
136 $availableColors = [self::COLOR_NEVER, self::COLOR_AUTO, self::COLOR_ALWAYS];
169 if ($colors === self::COLOR_AUTO && $console->hasColorSupport()) {
H A DCommand.php284 … $this->arguments['colors'] = $option[1] ?: PHPUnit_TextUI_ResultPrinter::COLOR_AUTO;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php39 … $this->assertEquals(PHPUnit_TextUI_ResultPrinter::COLOR_AUTO, $configurationValues['colors']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php562 $result['colors'] = PHPUnit_TextUI_ResultPrinter::COLOR_AUTO;