Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | |
50.00% |
1 / 2 |
|
50.00% |
1 / 2 |
CRAP | |
0.00% |
0 / 1 |
| phpbb_cron_task_core_simple_ready | |
50.00% |
1 / 2 |
|
50.00% |
1 / 2 |
2.50 | |
0.00% |
0 / 1 |
| get_name | |
100.00% |
1 / 1 |
|
100.00% |
1 / 1 |
1 | |||
| run | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 | |||
| 1 | <?php |
| 2 | |
| 3 | class phpbb_cron_task_core_simple_ready extends \phpbb\cron\task\base |
| 4 | { |
| 5 | public function get_name() |
| 6 | { |
| 7 | return get_class($this); |
| 8 | } |
| 9 | |
| 10 | public function run() |
| 11 | { |
| 12 | } |
| 13 | } |