Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 1 | -3/+0 |
| | | | | PHPBB3-14576 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | Merge remote-tracking branch 'github-bantu/ticket/10973' into develop | Nils Adermann | 2012-07-08 | 1 | -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 Fischer | 2012-07-08 | 1 | -2/+0 |
| | | | | | | | | PHPBB3-10973 | ||||
* | | [ticket/10974] Rename tests/mock_user.php -> tests/mock/user.php | Andreas Fischer | 2012-07-08 | 1 | -1/+1 |
|/ | | | | PHPBB3-10974 | ||||
* | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | [ticket/10240] Added optionset to mock_user in the tests. | Callum Macrae | 2011-08-23 | 1 | -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 Macrae | 2011-08-23 | 1 | -1/+1 |
| | | | | PHPBB3-10240 | ||||
* | [ticket/10240] Fixed censor_text test assetEquals param order. | Callum Macrae | 2011-08-23 | 1 | -1/+1 |
| | | | | | | Before, expected and input were the wrong way round. PHPBB3-10240 | ||||
* | [ticket/10240] Added censor_text tests for special characters. | Callum Macrae | 2011-08-23 | 1 | -0/+10 |
| | | | | PHPBB3-10240 | ||||
* | [ticket/10240] Added censor_text tests. | Callum Macrae | 2011-08-22 | 1 | -0/+73 |
PHPBB-10240 |