aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cron
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10011] Removing __DIR__ uses I missed in previous commitNils Adermann2011-03-071-3/+3
| | | | PHPBB3-10011
* [ticket/10011] Removing __DIR__ for PHP5.2 compatability from new files.Nils Adermann2011-03-071-6/+6
| | | | PHPBB3-10011
* [feature/system-cron] More tests for cron manager.Oleg Pudeyev2011-02-124-0/+55
| | | | PHPBB3-9596
* [feature/system-cron] Cache cron's task names.Nils Adermann2011-02-123-8/+70
| | | | | | | | 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
* [feature/system-cron] Use a RecursiveDirectoryIterator instead of readdir.Nils Adermann2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] Move tests to phpunit.xml and always load class loaderNils Adermann2011-02-122-59/+7
| | | | PHPBB3-9596
* [feature/system-cron] Basic tests for cron manager.Oleg Pudeyev2011-02-122-0/+98
PHPBB3-9596