Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15693] Update tests to reflect changes to gen_rand_string() | Marc Alexander | 2018-06-17 | 1 | -2/+8 |
| | | | | PHPBB3-15693 | ||||
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 1 | -2/+0 |
| | | | | PHPBB3-14576 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | [ticket/10265] Move mt_rand.php to wrapper folder and add _test suffix. | Andreas Fischer | 2011-07-13 | 1 | -46/+0 |
| | | | | PHPBB3-10265 | ||||
* | [ticket/10042] Add mt_rand() wrapper which allows swapping $min and $max. | Andreas Fischer | 2011-03-05 | 1 | -0/+46 |
| | | | | PHPBB3-10042 | ||||
* | [ticket/10011] Tests don't work on PHP < 5.3 | Erik Frèrejean | 2011-01-31 | 1 | -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 suffix | Igor Wiedler | 2011-01-10 | 1 | -0/+0 |
| | | | | PHPBB3-9987 | ||||
* | [task/phpunit-xml] Use phpunit.xml for test suite | Igor Wiedler | 2011-01-04 | 2 | -42/+1 |
| | | | | PHPBB3-9967 | ||||
* | [ticket/9780] Adding unit tests for gen_rand_string(). | Andreas Fischer | 2010-08-20 | 2 | -0/+103 |
PHPBB3-9780 |