aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cron/tasks/simple_should_not_run.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cron/tasks/simple_should_not_run.php')
-rw-r--r--tests/cron/tasks/simple_should_not_run.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/cron/tasks/simple_should_not_run.php b/tests/cron/tasks/simple_should_not_run.php
index c2a41616f6..58f6df2616 100644
--- a/tests/cron/tasks/simple_should_not_run.php
+++ b/tests/cron/tasks/simple_should_not_run.php
@@ -2,6 +2,11 @@
class phpbb_cron_task_core_simple_should_not_run extends phpbb_cron_task_base
{
+ public function get_name()
+ {
+ return get_class($this);
+ }
+
public function run()
{
}