aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions_acp
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-094-4/+4
* [ticket/security/234] Add test for URL validationMarc Alexander2019-04-141-1/+9
* [ticket/security/227] Remove no longer needed validation testsMarc Alexander2018-11-071-96/+0
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-312-2/+0
* [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-061-4/+4
* [ticket/sec-184] Fix testsCHItA2015-06-071-1/+1
* [ticket/13747] Add assertions to test_validate_path_linuxTristan Darricau2015-04-061-0/+9
* [ticket/13568] Add unit tests for validating absolute pathMarc Alexander2015-02-061-0/+87
* [ticket/13338] Move insert_config_array_test to functions_acp, add deps.Andreas Fischer2014-11-171-0/+144
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-275-15/+35
* Merge pull request #1887 from nickvergessen/ticket/skouat/10910Nathan Guse2013-12-041-0/+50
|\
| * [ticket/10910] Fix unit testsJoas Schilling2013-11-221-5/+20
| * [ticket/10910] Add unit tests for selectMario Skouat2013-11-221-0/+35
* | [ticket/12056] validate_config_vars: Fix ".. undefined function utf8_strlen()"Andreas Fischer2013-12-041-0/+1
* | [ticket/12056] validate_config_vars: Fix "Creating ... from empty value".Andreas Fischer2013-12-041-8/+10
* | [ticket/12056] validate_range: Fix "Creating default object from empty value"Andreas Fischer2013-12-041-16/+10
* | [ticket/12056] build_select: Fix "Creating default object from empty value"Andreas Fischer2013-12-041-4/+10
* | [ticket/12056] h_radio test: Fix "Creating default object from empty value"Andreas Fischer2013-12-041-4/+10
|/
* [ticket/11010] updating testsSenky2013-05-201-2/+2
* [ticket/11010] fixing testsSenky2013-05-201-2/+38
* [ticket/11010] Try to keep min < max.Oleg Pudeyev2013-05-201-1/+1
* [ticket/11010] Mock user in order for the test to run standalone.Oleg Pudeyev2013-05-201-0/+5
* [ticket/11010] Progress toward fixing the test suite.Oleg Pudeyev2013-05-201-6/+6
* [feature/php-events] Add mock for unit tests and create it were neededJoas Schilling2012-08-111-5/+10
* [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-085-5/+0
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-025-5/+5
* [ticket/10198] Verify behaviour of validate_config_vars with multibyte stringsNils Adermann2011-06-101-19/+27
* [ticket/10198] Verify behaviour of validate_range with multibyte stringsNils Adermann2011-06-101-17/+9
* [ticket/8138] Fix unit test for build_cfg_templateJoas Schilling2011-06-091-1/+1
* [ticket/9823] Replace 0x80000000 with -2147483648 in tests.Andreas Fischer2011-02-041-2/+2
* [ticket/9823] Move mock file into the mock/ folder.Joas Schilling2011-02-016-43/+10
* [ticket/9823] Update Unit tests to the new system and correct some minor issuesJoas Schilling2011-02-016-70/+17
* [ticket/9823] Update copyright year and add newline at the end of the file.Joas Schilling2011-02-011-2/+2
* [ticket/9823] Correct unit-tests to use self:: instead of the class-name.Joas Schilling2011-02-012-10/+10
* [ticket/9823] Unit tests for validate_config_vars.Joas Schilling2011-02-013-8/+157
* [ticket/9823] Unit tests for build_cfg_template.Joas Schilling2011-02-012-0/+195
* [ticket/9823] Unit tests for validate_rang.Joas Schilling2011-02-012-0/+187
* [ticket/9823] Unit tests for h_radio.Joas Schilling2011-02-013-0/+157
* [ticket/9823] Moving the functions. Unit tests for build_select.Joas Schilling2011-02-012-0/+97