aboutsummaryrefslogtreecommitdiffstats
path: root/tests/request
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [ticket/9981] Fix unit test dependenciesIgor Wiedler2011-01-071-0/+1
| | | | PHPBB3-9981
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-042-43/+1
| | | | PHPBB3-9967
* [develop-olympus] Backported 3.1 unit tests to 3.0.Nils Adermann2010-03-102-0/+221
Start adding unit tests for bugs you fix! Tests for anything are welcome really. We have to work on these a lot.