aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utf
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-312-4/+0
| | | | PHPBB3-14576
* [feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallbackNicolas Grekas2014-11-081-327/+0
|
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-273-9/+21
| | | | PHPBB3-12594
* [ticket/10733] Removing static from data providersVjacheslav Trushkin2012-04-011-1/+1
| | | | | | Removing static from data provider functions PHPBB3-10733
* [ticket/9916] Updating License in the headerUnknown2012-01-023-3/+3
| | | | PHPBB3-9916
* [ticket/10394] Use call_user_func_array to pass a ref into a dynamic functionNils Adermann2011-09-271-2/+2
| | | | PHPBB3-10394
* [ticket/10394] Remove call-time pass by reference from tests for PHP 5.4Nils Adermann2011-09-271-2/+2
| | | | PHPBB3-10394
* [ticket/10309] Update .gitignore and move .gitkeep.Oleg Pudeyev2011-08-201-0/+0
| | | | PHPBB3-10309
* [ticket/10309] Coding guidelines fix.Oleg Pudeyev2011-08-091-1/+1
| | | | PHPBB3-10309
* [ticket/10309] Write unicode data to tests/tmp.Oleg Pudeyev2011-08-071-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 testsNils Adermann2011-06-101-2/+4
| | | | | | Instead a warning is triggered and an explanation echo'd. PHPBB3-10206
* [ticket/10011] Tests don't work on PHP < 5.3Erik Frèrejean2011-01-313-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 suiteIgor Wiedler2011-01-112-0/+318
| | | | PHPBB3-9990
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-043-47/+2
| | | | PHPBB3-9967
* [develop-olympus] Backported 3.1 unit tests to 3.0.Nils Adermann2010-03-103-0/+159
Start adding unit tests for bugs you fix! Tests for anything are welcome really. We have to work on these a lot.