aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cron/ext/testext/cron/dummy_task.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cron/ext/testext/cron/dummy_task.php')
-rw-r--r--tests/cron/ext/testext/cron/dummy_task.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cron/ext/testext/cron/dummy_task.php b/tests/cron/ext/testext/cron/dummy_task.php
index 3e81db1895..8cdb6b09d5 100644
--- a/tests/cron/ext/testext/cron/dummy_task.php
+++ b/tests/cron/ext/testext/cron/dummy_task.php
@@ -7,7 +7,7 @@
*
*/
-class phpbb_ext_testext_cron_dummy_task extends phpbb_cron_task_base
+class phpbb_ext_testext_cron_dummy_task extends \phpbb\cron\task\base
{
static public $was_run = 0;