| 1 | <?php declare(strict_types=1); |
||
| 9 | final class EmojiPrinter extends ResultPrinter |
||
| 10 | { |
||
| 11 | protected $emojis; |
||
| 12 | |||
| 13 | public function startTestSuite(TestSuite $suite) |
||
| 28 | |||
| 29 | protected function writeProgress($progress) |
||
| 33 | |||
| 34 | protected function writeProgressWithColor($color, $progress) |
||
| 38 | |||
| 39 | private function emojify(string $progress) :string |
||
| 45 | } |
||
| 46 |