| 1 | <?php |
||
| 13 | class MuteTestResult extends NullTestResult implements PrintableTestResultInterface |
||
| 14 | { |
||
| 15 | /** @var TestResultFormat */ |
||
| 16 | private $testResultFormat; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * AbstractTestResult constructor. |
||
| 20 | */ |
||
| 21 | 55 | public function __construct() |
|
| 25 | |||
| 26 | 39 | public function setTestResultFormat(TestResultFormat $testResultFormat) |
|
| 30 | |||
| 31 | 40 | public function getTestResultFormat(): TestResultFormat |
|
| 35 | } |
||
| 36 |