aboutsummaryrefslogtreecommitdiffstats
path: root/tests/random
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [ticket/10265] Move mt_rand.php to wrapper folder and add _test suffix.Andreas Fischer2011-07-131-46/+0
| | | | PHPBB3-10265
* [ticket/10042] Add mt_rand() wrapper which allows swapping $min and $max.Andreas Fischer2011-03-051-0/+46
| | | | PHPBB3-10042
* [ticket/10011] Tests don't work on PHP < 5.3Erik Frèrejean2011-01-311-1/+1
| | | | | | | | Due to the usage of `__DIR__` for the file includes the tests can't be ran on systems with PHP < 5.3. Replace all occurances of `__DIR__` with `dirname(__FILE__)`. PHPBB3-10011
* [ticket/9987] Rename test files to include a _test suffixIgor Wiedler2011-01-101-0/+0
| | | | PHPBB3-9987
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-042-42/+1
| | | | PHPBB3-9967
* [ticket/9780] Adding unit tests for gen_rand_string().Andreas Fischer2010-08-202-0/+103
PHPBB3-9780