Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13531] Explicitly disallow trailing paths (e.g. PATH_INFO). | Marc Alexander | 2015-01-21 | 1 | -0/+55 |
| | | | | PHPBB3-13531 | ||||
* | [ticket/11873] Add unit test for large password input. | Joas Schilling | 2013-09-28 | 1 | -0/+8 |
| | | | | | | The password should be rejected quite fast. PHPBB3-11873 | ||||
* | [ticket/11159] static public is the currently approved order. | Oleg Pudeyev | 2012-11-06 | 2 | -2/+2 |
| | | | | PHPBB3-11159 | ||||
* | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 4 | -4/+4 |
| | | | | PHPBB3-9916 | ||||
* | [ticket/10101] Add test case for native phpass hashes | Igor Wiedler | 2011-03-20 | 1 | -0/+21 |
| | | | | PHPBB3-10101 | ||||
* | [ticket/10011] Tests don't work on PHP < 5.3 | Erik Frèrejean | 2011-01-31 | 2 | -6/+6 |
| | | | | | | | | 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 | 2 | -0/+0 |
| | | | | PHPBB3-9987 | ||||
* | [task/phpunit-xml] Use phpunit.xml for test suite | Igor Wiedler | 2011-01-04 | 3 | -42/+12 |
| | | | | PHPBB3-9967 | ||||
* | [develop-olympus] Backported 3.1 unit tests to 3.0. | Nils Adermann | 2010-03-10 | 3 | -0/+197 |
Start adding unit tests for bugs you fix! Tests for anything are welcome really. We have to work on these a lot. |