aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utf/normalizer_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
| | | | 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] 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-311-5/+5
| | | | | | | | 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-111-0/+318
PHPBB3-9990