aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console/cron/run_test.php
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-091-1/+1
| | | | PHPBB3-14948
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+1
| | | | PHPBB3-14972
* [ticket/14542] Fix testsMáté Bartus2019-05-061-0/+3
| | | | PHPBB3-14542
* [ticket/14542] Move cron to controllerMáté Bartus2019-05-061-3/+84
| | | | PHPBB3-14542
* [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-021-1/+4
| | | | 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-101-1/+1
| | | | PHPBB3-12932
* [ticket/12656] Pass user object into all console commands.Andreas Fischer2014-07-171-1/+1
| | | | PHPBB3-12656
* [ticket/12637] Fixup all incorrect uses of file header.Andreas Fischer2014-05-301-1/+1
| | | | 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-0/+120
Also adds an optional argument to specify one precise cron task to lauch, and modifies test file accordingly. PHPBB3-12597