aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_processing
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11762] Added call to test class's parent::setUp().s9e2013-08-031-1/+3
| | | | | | Added call to test class's parent::setUp(). Updated copyright year. PHPBB3-11762
* [ticket/11762] Fixed test's filenames9e2013-08-031-0/+0
| | | | PHPBB3-11762
* [ticket/11762] Use the === operator to distinguish "0" from ""s9e2013-08-031-0/+36
| | | | PHPBB3-11762
* [ticket/11159] static public is the currently approved order.Oleg Pudeyev2012-11-061-1/+1
| | | | PHPBB3-11159
* [ticket/10974] Rename tests/mock_user.php -> tests/mock/user.phpAndreas Fischer2012-07-081-1/+1
| | | | PHPBB3-10974
* [ticket/9916] Updating License in the headerUnknown2012-01-022-2/+2
| | | | PHPBB3-9916
* [ticket/10240] Added optionset to mock_user in the tests.Callum Macrae2011-08-231-0/+2
| | | | | | | | Also made optionset use the value set by optionset. We're not checking whether the option is set or not, because we would just throw an error if it wasn't set, and it throws an error anyway. PHPBB3-10240
* [ticket/10240] Fixed copyright year in censor_text_test.php.Callum Macrae2011-08-231-1/+1
| | | | PHPBB3-10240
* [ticket/10240] Fixed censor_text test assetEquals param order.Callum Macrae2011-08-231-1/+1
| | | | | | Before, expected and input were the wrong way round. PHPBB3-10240
* [ticket/10240] Added censor_text tests for special characters.Callum Macrae2011-08-231-0/+10
| | | | PHPBB3-10240
* [ticket/10240] Added censor_text tests.Callum Macrae2011-08-221-0/+73
| | | | PHPBB-10240
* [ticket/10011] Tests don't work on PHP < 5.3Erik Frèrejean2011-01-311-2/+2
| | | | | | | | 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/9987] Rename test files to include a _test suffixIgor Wiedler2011-01-101-0/+0
| | | | PHPBB3-9987
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-042-45/+2
| | | | PHPBB3-9967
* [develop-olympus] Backported 3.1 unit tests to 3.0.Nils Adermann2010-03-102-0/+147
Start adding unit tests for bugs you fix! Tests for anything are welcome really. We have to work on these a lot.