aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions_acp
Commit message (Collapse)AuthorAgeFilesLines
* [feature/php-events] Add mock for unit tests and create it were neededJoas Schilling2012-08-111-5/+10
| | | | PHPBB3-9550
* [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-085-5/+0
| | | | PHPBB3-10973
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-025-5/+5
| | | | PHPBB3-9916
* [ticket/10198] Verify behaviour of validate_config_vars with multibyte stringsNils Adermann2011-06-101-19/+27
| | | | | | Using str_repeat instead of custom function to repeat characters. PHPBB3-10198
* [ticket/10198] Verify behaviour of validate_range with multibyte stringsNils Adermann2011-06-101-17/+9
| | | | | | Using str_repeat instead of custom function to repeat characters. PHPBB3-10198
* [ticket/8138] Fix unit test for build_cfg_templateJoas Schilling2011-06-091-1/+1
| | | | PHPBB3-8138
* [ticket/9823] Replace 0x80000000 with -2147483648 in tests.Andreas Fischer2011-02-041-2/+2
| | | | | | See 181f2551cfc82e119d73f462268813d18de06097 PHPBB3-9823
* [ticket/9823] Move mock file into the mock/ folder.Joas Schilling2011-02-016-43/+10
| | | | PHPBB3-9823
* [ticket/9823] Update Unit tests to the new system and correct some minor issuesJoas Schilling2011-02-016-70/+17
| | | | PHPBB3-9823
* [ticket/9823] Update copyright year and add newline at the end of the file.Joas Schilling2011-02-011-2/+2
| | | | PHPBB3-9823
* [ticket/9823] Correct unit-tests to use self:: instead of the class-name.Joas Schilling2011-02-012-10/+10
| | | | PHPBB3-9823
* [ticket/9823] Unit tests for validate_config_vars.Joas Schilling2011-02-013-8/+157
| | | | | | | Fix some documentations and use the $max-var instead of the magic-number in validate_config_vars. PHPBB3-9823
* [ticket/9823] Unit tests for build_cfg_template.Joas Schilling2011-02-012-0/+195
| | | | PHPBB3-9823
* [ticket/9823] Unit tests for validate_rang.Joas Schilling2011-02-012-0/+187
| | | | PHPBB3-9823
* [ticket/9823] Unit tests for h_radio.Joas Schilling2011-02-013-0/+157
| | | | PHPBB3-9823
* [ticket/9823] Moving the functions. Unit tests for build_select.Joas Schilling2011-02-012-0/+97
PHPBB3-9823