1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00
php-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

9 lines
105 B
PHP

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