f5bac7686b
[ticket/10733] Removing static from data providers
...
Removing static from data provider functions
PHPBB3-10733
2012-04-01 19:14:53 +03:00
17991823ea
[ticket/9916] Updating License in the header
...
PHPBB3-9916
2012-01-02 16:18:32 +00:00
03da3c7c4c
[ticket/10240] Added optionset to mock_user in the tests.
...
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
2011-08-23 13:28:42 +01:00
d4f1b92479
[ticket/10240] Fixed copyright year in censor_text_test.php.
...
PHPBB3-10240
2011-08-23 11:38:59 +01:00
0d104b00c8
[ticket/10240] Fixed censor_text test assetEquals param order.
...
Before, expected and input were the wrong way round.
PHPBB3-10240
2011-08-23 11:32:35 +01:00
e7ab7f5f7a
[ticket/10240] Added censor_text tests for special characters.
...
PHPBB3-10240
2011-08-23 11:30:32 +01:00
fa5c7f6440
[ticket/10240] Added censor_text tests.
...
PHPBB-10240
2011-08-22 19:02:27 +01:00
14891cdf4e
[ticket/10011] Tests don't work on PHP < 5.3
...
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
2011-01-31 12:58:18 +01:00
01fe91c5c4
[ticket/9987] Rename test files to include a _test suffix
...
PHPBB3-9987
2011-01-10 00:18:37 +01:00
9a52bd0301
[task/phpunit-xml] Use phpunit.xml for test suite
...
PHPBB3-9967
2011-01-04 22:54:01 +01:00
60bd1edcb5
[develop-olympus] Backported 3.1 unit tests to 3.0.
...
Start adding unit tests for bugs you fix! Tests for anything are
welcome really. We have to work on these a lot.
2010-03-10 16:24:19 +01:00