aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5533 from rubencm/ticket/15965Marc Alexander2019-03-131-2/+3
|\ | | | | | | [ticket/15965] Fix hardcoded directory [3.2.x only]
| * [ticket/15965] Fix hardcoded directoryrubencm2019-02-121-2/+3
| | | | | | | | PHPBB3-15965
* | [ticket/15975] Remove user notification data upon user deletion3D-I2019-02-231-0/+2
|/ | | | PHPBB3-15975
* [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-231-1/+0
| | | | SECURITY-227
* [ticket/15716] Remove OAuth data upon user deletionJakub Senko2018-09-061-0/+3
| | | | PHPBB3-15716
* [ticket/15055] Use getMock() for phpBB 3.2 compatibilityMarc Alexander2018-01-011-1/+1
| | | | PHPBB3-15055
* [ticket/15055] Support console questions on windowsMarc Alexander2018-01-012-8/+45
| | | | PHPBB3-15055
* [ticket/15055] Further fixes to ensure PHP 7.1 & mssql compatibilityMarc Alexander2018-01-011-0/+5
| | | | PHPBB3-15055
* [ticket/14895] Fix broken testsMatt Friedman2016-12-081-3/+3
| | | | PHPBB3-14895
* [ticket/12610] Fix tests and use getOption() for consoleMarc Alexander2016-12-051-7/+12
| | | | PHPBB3-12610
* [ticket/12610] Use exception_interfaceTristan Darricau2016-12-031-1/+4
| | | | PHPBB3-12610
* [ticket/12610] Fix testsTristan Darricau2016-12-031-2/+5
| | | | PHPBB3-12610
* [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-0/+99
| | | | PHPBB3-12610
* [ticket/14561] Remove requires for functions in testsMatt Friedman2016-03-311-4/+0
| | | | PHPBB3-14561
* [ticket/14561] Add a progress bar to reclean commandMatt Friedman2016-03-311-5/+2
| | | | PHPBB3-14561
* [ticket/14561] Use the user loader where appropriateMatt Friedman2016-03-313-0/+5
| | | | PHPBB3-14561
* [ticket/14561] Refactor testsMatt Friedman2016-03-316-297/+206
| | | | PHPBB3-14561
* [ticket/14561] Reclean usernames commandMatt Friedman2016-03-311-0/+78
| | | | PHPBB3-14561
* [ticket/14561] User activate commandMatt Friedman2016-03-311-0/+124
| | | | PHPBB3-14561
* [ticket/14561] User delete commandMatt Friedman2016-03-311-0/+169
| | | | PHPBB3-14561
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-313-6/+0
| | | | PHPBB3-14576
* [ticket/12684] Refactor a testMatt Friedman2016-03-211-1/+9
| | | | PHPBB3-12684
* [ticket/12684] Move all lang keys to cliMatt Friedman2016-02-291-2/+2
| | | | PHPBB3-12684
* [ticket/12684] Fix testsMatt Friedman2016-02-291-8/+14
| | | | PHPBB3-12684
* [ticket/12684] Add send email optionMatt Friedman2016-02-291-0/+1
| | | | PHPBB3-12684
* [ticket/12684] Add input validationMatt Friedman2016-02-291-0/+23
| | | | PHPBB3-12684
* [ticket/12684] Updates for 3.2 APIMatt Friedman2016-02-291-5/+14
| | | | PHPBB3-12684
* [ticket/12684] Fix testsTristan Darricau2016-02-291-2/+2
| | | | PHPBB3-12684
* [ticket/12684] Add doc blocks and test file for user:addLEZY Thomas2016-02-292-0/+181
| | | | PHPBB3-12684
* Merge pull request #3857 from Nicofuma/ticket/14124Marc Alexander2015-10-071-0/+8
|\ | | | | | | [ticket/14124] Automatically translate exceptions in CLI
| * [ticket/14124] Update cron testsTristan Darricau2015-08-261-0/+8
| | | | | | | | PHPBB3-14124
* | [ticket/14216] Do not run thumbnail test if gd is disabledMarc Alexander2015-10-041-0/+5
|/ | | | PHPBB3-14216
* [ticket/12692] Fix tests and update styleTristan Darricau2015-08-061-24/+35
| | | | PHPBB3-12692
* [ticket/12692] Fix testsTristan Darricau2015-07-091-1/+1
| | | | PHPBB3-12692
* [ticket/12692] Add a proper extension to the fixturesTristan Darricau2015-07-093-4/+6
| | | | PHPBB3-12692
* [ticket/12692] Move the language strings to cli.phpTristan Darricau2015-07-091-2/+2
| | | | PHPBB3-12692
* [ticket/12692] Add unit testTristan Darricau2015-07-094-0/+149
| | | | PHPBB3-12692
* [ticket/13782] Rename null log to dummy for PHP7 compatibilityMarc Alexander2015-05-041-1/+1
| | | | PHPBB3-13782
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-024-4/+22
| | | | 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/12657] Fix unit testsTristan Darricau2014-09-241-1/+2
| | | | PHPBB3-12657
* [ticket/12657] Fix the order of the parameters for the constructorTristan Darricau2014-09-191-1/+1
| | | | PHPBB3-12657
* [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