| 1 | <?php |
||
| 14 | class SingleResultFormatter |
||
| 15 | { |
||
| 16 | /** @var array */ |
||
| 17 | private $tagMap; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * SingleResultFormatter constructor. |
||
| 21 | * @param TestResultList $testResultList |
||
| 22 | */ |
||
| 23 | public function __construct(TestResultList $testResultList) |
||
| 34 | |||
| 35 | public function formatSingleResult(PrintableTestResultInterface $singleResult): string |
||
| 48 | |||
| 49 | private function addToMap(TestResultWithSymbolFormat $format) |
||
| 53 | } |
||
| 54 |