| 1 | <?php |
||
| 14 | class AbnormalTerminatedParser extends GenericParser |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * AbnormalTerminatedParser constructor. |
||
| 18 | * @param TestResultFactory $testResultFactory |
||
| 19 | * @param TestResultHandlerInterface $testResultHandler |
||
| 20 | */ |
||
| 21 | 48 | public function __construct(TestResultFactory $testResultFactory, TestResultHandlerInterface $testResultHandler) |
|
| 25 | } |
||
| 26 |