Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12705] Break calling make_clickable with a different server_url | Joas Schilling | 2014-06-14 | 1 | -0/+45 |
| | | | | PHPBB3-12705 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 3 | -9/+21 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12056] Fix "Call to a member function trigger_event() on a non-object". | Andreas Fischer | 2013-12-04 | 1 | -1/+3 |
| | | | | PHPBB3-12056 | ||||
* | Merge branch 'develop-olympus' into develop | Joas Schilling | 2013-08-03 | 1 | -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(). | s9e | 2013-08-03 | 1 | -1/+3 |
| | | | | | | | | | | | | Added call to test class's parent::setUp(). Updated copyright year. PHPBB3-11762 | ||||
| * | [ticket/11762] Fixed test's filename | s9e | 2013-08-03 | 1 | -0/+0 |
| | | | | | | | | PHPBB3-11762 | ||||
| * | [ticket/11762] Use the === operator to distinguish "0" from "" | s9e | 2013-08-03 | 1 | -0/+36 |
| | | | | | | | | PHPBB3-11762 | ||||
| * | [ticket/11159] static public is the currently approved order. | Oleg Pudeyev | 2012-11-06 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11159 | ||||
* | | 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 | ||||
* | | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2012-07-08 | 1 | -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.php | Andreas Fischer | 2012-07-08 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10974 | ||||
* | | [ticket/10733] Removing static from data providers | Vjacheslav Trushkin | 2012-04-01 | 1 | -1/+1 |
|/ | | | | | | Removing static from data provider functions PHPBB3-10733 | ||||
* | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 2 | -2/+2 |
| | | | | 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 | ||||
* | [ticket/10011] Tests don't work on PHP < 5.3 | Erik Frèrejean | 2011-01-31 | 1 | -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 suffix | Igor Wiedler | 2011-01-10 | 1 | -0/+0 |
| | | | | PHPBB3-9987 | ||||
* | [task/phpunit-xml] Use phpunit.xml for test suite | Igor Wiedler | 2011-01-04 | 2 | -45/+2 |
| | | | | PHPBB3-9967 | ||||
* | [develop-olympus] Backported 3.1 unit tests to 3.0. | Nils Adermann | 2010-03-10 | 2 | -0/+147 |
Start adding unit tests for bugs you fix! Tests for anything are welcome really. We have to work on these a lot. |