aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_processing
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12705] Break calling make_clickable with a different server_urlJoas Schilling2014-06-141-0/+45
| | | | PHPBB3-12705
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-273-9/+21
| | | | PHPBB3-12594
* [ticket/12056] Fix "Call to a member function trigger_event() on a non-object".Andreas Fischer2013-12-041-1/+3
| | | | PHPBB3-12056
* Merge branch 'develop-olympus' into developJoas Schilling2013-08-031-0/+38
|\ | | | | | | | | | | | | * develop-olympus: [ticket/11762] Added call to test class's parent::setUp(). [ticket/11762] Fixed test's filename [ticket/11762] Use the === operator to distinguish "0" from ""
| * [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
* | 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
* | | Merge branch 'develop-olympus' into developNils Adermann2012-07-081-1/+1
|\ \ \ | |/ / |/| / | |/ | | | | | | | | * develop-olympus: [ticket/10974] Rename tests/mock_user.php -> tests/mock/user.php Conflicts: tests/bbcode/url_bbcode_test.php
| * [ticket/10974] Rename tests/mock_user.php -> tests/mock/user.phpAndreas Fischer2012-07-081-1/+1
| | | | | | | | PHPBB3-10974
* | [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-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.