diff options
Diffstat (limited to 'tests/console/cron/tasks/simple_ready.php')
-rw-r--r-- | tests/console/cron/tasks/simple_ready.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/console/cron/tasks/simple_ready.php b/tests/console/cron/tasks/simple_ready.php index 245d9ba738..47970e104f 100644 --- a/tests/console/cron/tasks/simple_ready.php +++ b/tests/console/cron/tasks/simple_ready.php @@ -1,12 +1,7 @@ <?php -class phpbb_cron_task_core_simple_ready extends \phpbb\cron\task\base +class phpbb_cron_task_simple_ready extends \phpbb\cron\task\base { - public function get_name() - { - return get_class($this); - } - public function run() { } |