aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_processing/censor_text_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-3/+0
| | | | PHPBB3-14576
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* Merge remote-tracking branch 'github-bantu/ticket/10973' into developNils Adermann2012-07-081-4/+2
|\ | | | | | | | | | | | | | | | | | | * github-bantu/ticket/10973: [ticket/10973] Drop all require_once for mocks. Use autoloading. [ticket/10973] Add autoloader for autoloading phpbb_mock_ in tests. Conflicts: tests/bbcode/url_bbcode_test.php tests/text_processing/censor_text_test.php
| * [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-081-2/+0
| | | | | | | | PHPBB3-10973
* | [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-021-1/+1
| | | | 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