aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console/cron/tasks/simple_ready.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/console/cron/tasks/simple_ready.php')
-rw-r--r--tests/console/cron/tasks/simple_ready.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/console/cron/tasks/simple_ready.php b/tests/console/cron/tasks/simple_ready.php
deleted file mode 100644
index 245d9ba738..0000000000
--- a/tests/console/cron/tasks/simple_ready.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-class phpbb_cron_task_core_simple_ready extends \phpbb\cron\task\base
-{
- public function get_name()
- {
- return get_class($this);
- }
-
- public function run()
- {
- }
-}