1 | <?php |
||
5 | class PHPUnitRunner |
||
6 | { |
||
7 | /** |
||
8 | * @var MultirunTestCommand |
||
9 | */ |
||
10 | private $testCommand; |
||
11 | |||
12 | private $args; |
||
13 | |||
14 | public function __construct(MultirunTestCommand $testCommand, array $args) |
||
19 | |||
20 | public function isValid() |
||
27 | |||
28 | /** |
||
29 | * @return bool |
||
30 | */ |
||
31 | private function getRunResult() |
||
35 | } |
||
36 |