aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cron/task2/testmod/simple_ready.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cron/task2/testmod/simple_ready.php')
-rw-r--r--tests/cron/task2/testmod/simple_ready.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/cron/task2/testmod/simple_ready.php b/tests/cron/task2/testmod/simple_ready.php
new file mode 100644
index 0000000000..e407441e90
--- /dev/null
+++ b/tests/cron/task2/testmod/simple_ready.php
@@ -0,0 +1,8 @@
+<?php
+
+class phpbb_cron_task_testmod_simple_ready extends phpbb_cron_task_base
+{
+ public function run()
+ {
+ }
+}