aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cron/task2/testmod/simple_ready.php
blob: e407441e90dc8eda6f5cb6fb9d0bd3ffc0f6cd46 (plain)
1
2
3
4
5
6
7
8
<?php

class phpbb_cron_task_testmod_simple_ready extends phpbb_cron_task_base
{
	public function run()
	{
	}
}