Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/environment/tests/
H A DConsoleTest.php50 $this->assertInternalType('boolean', $this->console->hasColorSupport());
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php29 public function hasColorSupport() function in SebastianBergmann\\Environment\\Console
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php169 if ($colors === self::COLOR_AUTO && $console->hasColorSupport()) {