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