aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console
Commit message (Collapse)AuthorAgeFilesLines
...
* [ticket/12657] The test does not need to depend on the databaseTristan Darricau2014-09-192-17/+2
| | | | PHPBB3-12657
* [ticket/12657] Remove unused global variablesLEZY Thomas2014-09-191-2/+0
| | | | PHPBB3-12657
* [ticket/12657] Fix name temporary directory used by test fileLEZY Thomas2014-09-191-1/+1
| | | | PHPBB3-12657
* [ticket/12657] Add a test file for base caseLEZY Thomas2014-09-192-0/+111
| | | | PHPBB3-12657
* [ticket/12658] Rebased and fixed unit testsTristan Darricau2014-08-231-7/+11
| | | | PHPBB3-12658
* [ticket/12658] Fix wrong eol characterLEZY Thomas2014-08-231-1/+1
| | | | PHPBB3-12658
* [ticket/12658] Refactoring codeLEZY Thomas2014-08-231-33/+15
| | | | PHPBB3-12658
* [ticket/12658] Fix typo and coding style mistakesLEZY Thomas2014-08-231-2/+2
| | | | PHPBB3-12658
* [ticket/12658] Add test for command config:deleteLEZY Thomas2014-08-231-0/+34
| | | | PHPBB3-12658
* [ticket/12658] Add test for command config:incrementLEZY Thomas2014-08-231-11/+63
| | | | PHPBB3-12658
* [ticket/12658] Add test for command config:getLEZY Thomas2014-08-231-0/+48
| | | | PHPBB3-12658
* [ticket/12658] Add test for command config:set-atomicLEZY Thomas2014-08-231-5/+65
| | | | PHPBB3-12658
* [ticket/12658] Add test for base case of command config:setLEZY Thomas2014-08-231-0/+71
| | | | PHPBB3-12658
* [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