aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cron/task/testmod/dummy_task.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/system-cron] Cache cron's task names.Nils Adermann2011-02-121-0/+23
Instead of using a path relative to phpbb_root_path the path to the task directory is directly passed to the cron manager. Dummy tasks are now in the tests directory directly. PHPBB3-9596