aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions_acp/validate_range_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-1/+0
| | | | PHPBB3-14576
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12056] validate_range: Fix "Creating default object from empty value"Andreas Fischer2013-12-041-16/+10
| | | | PHPBB3-12056
* [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-081-1/+0
| | | | PHPBB3-10973
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [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/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-011-2/+2
| | | | PHPBB3-9823
* [ticket/9823] Update Unit tests to the new system and correct some minor issuesJoas Schilling2011-02-011-0/+179
PHPBB3-9823