aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console/cron
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16276] Further fix PHP nightly testsrxu2019-12-291-0/+4
| | | | PHPBB3-16276
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-092-2/+2
| | | | PHPBB3-14948
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-082-2/+2
| | | | PHPBB3-14972
* [ticket/14542] Fix testsMáté Bartus2019-05-062-0/+4
| | | | PHPBB3-14542
* [ticket/14542] Move cron to controllerMáté Bartus2019-05-062-4/+112
| | | | PHPBB3-14542
* [ticket/14895] Fix broken testsMatt Friedman2016-12-081-3/+3
| | | | PHPBB3-14895
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-1/+0
| | | | PHPBB3-14576
* [ticket/14124] Update cron testsTristan Darricau2015-08-261-0/+8
| | | | PHPBB3-14124
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-022-2/+10
| | | | PHPBB3-13762
* [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+0
| | | | PHPBB3-13494
* [ticket/13338] Add include statements for dependencies.Andreas Fischer2014-11-171-0/+1
| | | | PHPBB3-13338
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-102-2/+2
| | | | PHPBB3-12932
* [ticket/12656] Pass user object into all console commands.Andreas Fischer2014-07-172-2/+2
| | | | PHPBB3-12656
* [ticket/12752] Cron list tests fail on windows with ansi supportTristan Darricau2014-06-201-1/+1
| | | | PHPBB3-12752
* [ticket/12602] Rectify language keys.Etienne Baroux2014-06-061-1/+1
| | | | PHPBB3-12602
* [ticket/12602] Fix test mistake.Etienne Baroux2014-06-061-1/+1
| | | | PHPBB3-12602
* [ticket/12602] Fix spaces issues.Etienne Baroux2014-06-041-5/+5
| | | | PHPBB3-12602
* [ticket/12602] Fix coding style mistakes.Etienne Baroux2014-06-031-1/+2
| | | | PHPBB3-12602
* [ticket/12602] Headers updated.Etienne Baroux2014-06-031-6/+10
| | | | PHPBB3-12602
* [ticket/12602] Changes to respect coding style and to factorize code.Etienne Baroux2014-06-031-32/+30
| | | | PHPBB3-12602
* [ticket/12602] Cleanup testsTristan Darricau2014-06-024-50/+9
| | | | PHPBB3-12602
* [ticket/12602] Add files to print the cron list and test files.Etienne Baroux2014-06-025-0/+162
| | | | PHPBB3-12602
* [ticket/12637] Fixup all incorrect uses of file header.Andreas Fischer2014-05-302-2/+2
| | | | PHPBB3-12637
* [ticket/12597] Fix wrong global variable nameLEZY Thomas2014-05-291-4/+4
| | | | | | $pathEx changed to $phpEx PHPBB3-12597
* [ticket/12597] Fix test fileLEZY Thomas2014-05-291-0/+19
| | | | | | | Fix bug of test_no_task that expected a message where none was supposed to exist. PHPBB3-12597
* [ticket/12597] Refactoring and test improvingLEZY Thomas2014-05-291-8/+26
| | | | | | | | Adding tests of return status Refactoring code Adding consistency in verbose mode PHPBB3-12597
* [ticket/12597] Changes name of command cron:run-all to cron:run.LEZY Thomas2014-05-281-4/+31
| | | | | | | Also adds an optional argument to specify one precise cron task to lauch, and modifies test file accordingly. PHPBB3-12597
* [ticket/12597] Fix various problemsLEZY Thomas2014-05-282-9/+19
| | | | | | | | | 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-282-11/+1
| | | | PHPBB3-12597
* [ticket/12597] Modification of return statuses and of test filesLEZY Thomas2014-05-282-6/+15
| | | | PHPBB3-12597
* [ticket/12597] Update pull-requestLEZY Thomas2014-05-281-9/+9
| | | | | | | | Removes a useless comment. Switchs command name from cron:execute-all to cron:run-all. Replaces assertEquals by assertSame PHPBB3-12597
* [ticket/12597] Correcing coding style mistakesLEZY Thomas2014-05-282-2/+0
| | | | PHPBB3-12597
* [ticket/12597] Improvement of test filesLEZY Thomas2014-05-283-19/+33
| | | | PHPBB3-12597
* [ticket/12597] Command for executing all available cron tasksLEZY Thomas2014-05-273-0/+107
Command cron:execute-all executes all available cron tasks. Test files in tests/console/cron folder PHPBB3-12597