phpbb/tests/console/cron/tasks/simple_ready.php
Tristan Darricau c3ccef10d1 [ticket/12602] Cleanup tests
PHPBB3-12602
2014-06-02 16:21:25 +02:00

8 lines
105 B
PHP

<?php
class phpbb_cron_task_simple_ready extends \phpbb\cron\task\base
{
public function run()
{
}
}