aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.all
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10414] Skip functional tests on PHP 5.2 - requires PHPUnit 3.6 on 5.2Nils Adermann2011-10-171-0/+4
| | | | | | | | | | Tests still execute correctly using PHPUnit 3.5 on PHP 5.3 and above. The php version limitation for a directory was added in PHPUnit 3.6. A separate test suite is required because the functional tests are in the whitelisted tests directory. The base test for functional testing is only included in bootstrap in versions 5.3 and above. PHPBB3-10414
* [task/whitelist-code-coverage] Load all of includes/ into code coverage reportNils Adermann2011-08-071-0/+17
| | | | PHPBB3-10314
* [ticket/9990] Add docs for running slow testsIgor Wiedler2011-01-121-0/+25
PHPBB3-9990