aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions_acp
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-094-4/+4
| | | | PHPBB3-14948
* [ticket/security/234] Add test for URL validationMarc Alexander2019-04-141-1/+9
| | | | SECURITY-234
* [ticket/security/227] Remove no longer needed validation testsMarc Alexander2018-11-071-96/+0
| | | | SECURITY-227
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-312-2/+0
| | | | PHPBB3-14576
* [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-061-4/+4
| | | | PHPBB3-14272
* [ticket/sec-184] Fix testsCHItA2015-06-071-1/+1
| | | | SECURITY-184
* [ticket/13747] Add assertions to test_validate_path_linuxTristan Darricau2015-04-061-0/+9
| | | | PHPBB3-13747
* [ticket/13568] Add unit tests for validating absolute pathMarc Alexander2015-02-061-0/+87
| | | | PHPBB3-13568
* [ticket/13338] Move insert_config_array_test to functions_acp, add deps.Andreas Fischer2014-11-171-0/+144
| | | | PHPBB3-13338
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-275-15/+35
| | | | PHPBB3-12594
* Merge pull request #1887 from nickvergessen/ticket/skouat/10910Nathan Guse2013-12-041-0/+50
|\ | | | | [ticket/10910] Function build_cfg_template() allow $size for $tpl_type = select
| * [ticket/10910] Fix unit testsJoas Schilling2013-11-221-5/+20
| | | | | | | | PHPBB3-10910
| * [ticket/10910] Add unit tests for selectMario Skouat2013-11-221-0/+35
| | | | | | | | PHPBB3-10910
* | [ticket/12056] validate_config_vars: Fix ".. undefined function utf8_strlen()"Andreas Fischer2013-12-041-0/+1
| | | | | | | | PHPBB3-12056
* | [ticket/12056] validate_config_vars: Fix "Creating ... from empty value".Andreas Fischer2013-12-041-8/+10
| | | | | | | | PHPBB3-12056
* | [ticket/12056] validate_range: Fix "Creating default object from empty value"Andreas Fischer2013-12-041-16/+10
| | | | | | | | PHPBB3-12056
* | [ticket/12056] build_select: Fix "Creating default object from empty value"Andreas Fischer2013-12-041-4/+10
| | | | | | | | PHPBB3-12056
* | [ticket/12056] h_radio test: Fix "Creating default object from empty value"Andreas Fischer2013-12-041-4/+10
|/ | | | PHPBB3-12056
* [ticket/11010] updating testsSenky2013-05-201-2/+2
| | | | PHPBB3-11010
* [ticket/11010] fixing testsSenky2013-05-201-2/+38
| | | | PHPBB3-11010
* [ticket/11010] Try to keep min < max.Oleg Pudeyev2013-05-201-1/+1
| | | | PHPBB3-11010
* [ticket/11010] Mock user in order for the test to run standalone.Oleg Pudeyev2013-05-201-0/+5
| | | | PHPBB3-11010
* [ticket/11010] Progress toward fixing the test suite.Oleg Pudeyev2013-05-201-6/+6
| | | | PHPBB3-11010
* [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