aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console/cron/tasks
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12602] Cleanup testsTristan Darricau2014-06-023-42/+1
| | | | PHPBB3-12602
* [ticket/12602] Add files to print the cron list and test files.Etienne Baroux2014-06-024-0/+62
| | | | PHPBB3-12602
* [ticket/12637] Fixup all incorrect uses of file header.Andreas Fischer2014-05-301-1/+1
| | | | PHPBB3-12637
* [ticket/12597] Fix various problemsLEZY Thomas2014-05-281-6/+12
| | | | | | | | | Actually fix the return status of command cron:run-all Fix some doc block coding style issue Fix missing and obsolete file headers Delete a useless constructor method PHPBB3-12597
* [ticket/12597] Fix constructor bug and servral doc blocsLEZY Thomas2014-05-281-2/+1
| | | | PHPBB3-12597
* [ticket/12597] Modification of return statuses and of test filesLEZY Thomas2014-05-281-2/+9
| | | | PHPBB3-12597
* [ticket/12597] Improvement of test filesLEZY Thomas2014-05-282-13/+15
| | | | PHPBB3-12597
* [ticket/12597] Command for executing all available cron tasksLEZY Thomas2014-05-271-0/+13
Command cron:execute-all executes all available cron tasks. Test files in tests/console/cron folder PHPBB3-12597