Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 2 | -4/+0 |
| | | | | PHPBB3-14576 | ||||
* | [feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallback | Nicolas Grekas | 2014-11-08 | 1 | -327/+0 |
| | |||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 3 | -9/+21 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/10733] Removing static from data providers | Vjacheslav Trushkin | 2012-04-01 | 1 | -1/+1 |
| | | | | | | Removing static from data provider functions PHPBB3-10733 | ||||
* | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 3 | -3/+3 |
| | | | | PHPBB3-9916 | ||||
* | [ticket/10394] Use call_user_func_array to pass a ref into a dynamic function | Nils Adermann | 2011-09-27 | 1 | -2/+2 |
| | | | | PHPBB3-10394 | ||||
* | [ticket/10394] Remove call-time pass by reference from tests for PHP 5.4 | Nils Adermann | 2011-09-27 | 1 | -2/+2 |
| | | | | PHPBB3-10394 | ||||
* | [ticket/10309] Update .gitignore and move .gitkeep. | Oleg Pudeyev | 2011-08-20 | 1 | -0/+0 |
| | | | | PHPBB3-10309 | ||||
* | [ticket/10309] Coding guidelines fix. | Oleg Pudeyev | 2011-08-09 | 1 | -1/+1 |
| | | | | PHPBB3-10309 | ||||
* | [ticket/10309] Write unicode data to tests/tmp. | Oleg Pudeyev | 2011-08-07 | 1 | -4/+7 |
| | | | | | | | When the tests are run by a different user than the one which owns phpbb source tree, writes will go into a single, known directory. PHPBB3-10309 | ||||
* | [ticket/10206] Failed unicode.org downloads no longer terminate tests | Nils Adermann | 2011-06-10 | 1 | -2/+4 |
| | | | | | | Instead a warning is triggered and an explanation echo'd. PHPBB3-10206 | ||||
* | [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. |