1 | <?php |
||
11 | class TextCodeCoverageReporter extends AbstractCodeCoverageReporter |
||
12 | { |
||
13 | /** |
||
14 | * Handle the runner.end event. |
||
15 | */ |
||
16 | public function onRunnerEnd() |
||
25 | |||
26 | /** |
||
27 | * Create the desired code coverage reporter. |
||
28 | * |
||
29 | * @return Text |
||
30 | */ |
||
31 | protected function createCoverageReporter() |
||
35 | } |
||
36 |