1 | <?php |
||
11 | class TextCodeCoverageReporter extends AbstractCodeCoverageReporter |
||
12 | { |
||
13 | /** |
||
14 | * @var boolean |
||
15 | */ |
||
16 | protected $reportPath = false; |
||
17 | |||
18 | /** |
||
19 | * Handle the runner.end event. |
||
20 | */ |
||
21 | public function onRunnerEnd() |
||
30 | |||
31 | /** |
||
32 | * Create the desired code coverage reporter. |
||
33 | * |
||
34 | * @return Text |
||
35 | */ |
||
36 | protected function createCoverageReporter() |
||
40 | } |
||
41 |