aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cron/manager_test.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
* [ticket/14542] Fix testsMáté Bartus2019-05-061-0/+1
* [ticket/14542] Move cron to controllerMáté Bartus2019-05-061-1/+27
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12503] All tests should extend \phpbb_test_caseJoas Schilling2014-05-051-1/+1
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-3/+3
* Merge branch 'develop' into feature/dicIgor Wiedler2012-07-211-1/+0
|\
| * [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-081-1/+0
* | [feature/dic] Fix test suite for dic-powered cronIgor Wiedler2012-04-091-16/+16
|/
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1
* [feature/extension-manager] Remove cron's dependency on the extension manager.Nils Adermann2011-09-291-20/+13
* [feature/extension-manager] Porting cron tasks over to the extension finderNils Adermann2011-09-291-21/+22
* [ticket/10011] Removing __DIR__ uses I missed in previous commitNils Adermann2011-03-071-3/+3
* [ticket/10011] Removing __DIR__ for PHP5.2 compatability from new files.Nils Adermann2011-03-071-6/+6
* [feature/system-cron] More tests for cron manager.Oleg Pudeyev2011-02-121-0/+21
* [feature/system-cron] Cache cron's task names.Nils Adermann2011-02-121-8/+24
* [feature/system-cron] Use a RecursiveDirectoryIterator instead of readdir.Nils Adermann2011-02-121-1/+1
* [feature/system-cron] Move tests to phpunit.xml and always load class loaderNils Adermann2011-02-121-18/+7
* [feature/system-cron] Basic tests for cron manager.Oleg Pudeyev2011-02-121-0/+57