Searched refs:hasColorSupport (Results 1 – 3 of 3) sorted by relevance
50 $this->assertInternalType('boolean', $this->console->hasColorSupport());
29 public function hasColorSupport() function in SebastianBergmann\\Environment\\Console
169 if ($colors === self::COLOR_AUTO && $console->hasColorSupport()) {