1 | <?php |
||
11 | class TestResultWithSymbolFormat extends TestResultFormat |
||
12 | { |
||
13 | /** @var string */ |
||
14 | private $testResultSymbol; |
||
15 | |||
16 | /** |
||
17 | * TestResultFormat constructor. |
||
18 | * @param string $testResultSymbol |
||
19 | * @param string $tag |
||
20 | * @param string $title |
||
21 | * @param bool $printTestOutput |
||
22 | * @param bool $printFilesRecap |
||
23 | */ |
||
24 | 57 | public function __construct( |
|
34 | |||
35 | 42 | public function getTestResultSymbol(): string |
|
39 | } |
||
40 |