Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php418 $this->writeProgressWithColor('fg-red, bold', 'E');
431 $this->writeProgressWithColor('bg-red, fg-white', 'F');
444 $this->writeProgressWithColor('fg-yellow, bold', 'W');
457 $this->writeProgressWithColor('fg-yellow, bold', 'I');
470 $this->writeProgressWithColor('fg-yellow, bold', 'R');
483 $this->writeProgressWithColor('fg-cyan, bold', 'S');
649 protected function writeProgressWithColor($color, $buffer) function in PHPUnit_TextUI_ResultPrinter