Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/10011] Tests don't work on PHP < 5.3 | Erik Frèrejean | 2011-01-31 | 3 | -7/+7 |
| | | | | | | | | 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/9990] Integrate utf normalizer tests into test suite | Igor Wiedler | 2011-01-11 | 2 | -0/+318 |
| | | | | PHPBB3-9990 | ||||
* | [task/phpunit-xml] Use phpunit.xml for test suite | Igor Wiedler | 2011-01-04 | 3 | -47/+2 |
| | | | | PHPBB3-9967 | ||||
* | [develop-olympus] Backported 3.1 unit tests to 3.0. | Nils Adermann | 2010-03-10 | 3 | -0/+159 |
Start adding unit tests for bugs you fix! Tests for anything are welcome really. We have to work on these a lot. |