Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | [ticket/10011] Tests don't work on PHP < 5.3 | Erik Frèrejean | 2011-01-31 | 1 | -1/+1 |
| | | | | | | | | 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/9933] Add $use_unicode parameter to get_censor_preg_expression(). | Andreas Fischer | 2011-01-16 | 1 | -2/+12 |
| | | | | | | | | | Rename $unicode to $unicode_support, pass in $use_unicode defaulting to true. In unit tests we can now pass in $use_unicode as false and also test the code path that is taken when PCRE does not support unicode. PHPBB3-9933 | ||||
* | [ticket/9987] Rename test files to include a _test suffix | Igor Wiedler | 2011-01-10 | 1 | -0/+40 |
PHPBB3-9987 |