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