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