aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.dist
Commit message (Collapse)AuthorAgeFilesLines
* [task/whitelist-code-coverage] Load all of includes/ into code coverage reportNils Adermann2011-08-071-0/+17
| | | | PHPBB3-10314
* [ticket/9990] Integrate utf normalizer tests into test suiteIgor Wiedler2011-01-111-2/+8
| | | | PHPBB3-9990
* [ticket/9987] Rename test files to include a _test suffixIgor Wiedler2011-01-101-1/+1
| | | | PHPBB3-9987
* [task/phpunit-xml] Only blacklist the tests directory and do not whitelist.Nils Adermann2011-01-071-9/+0
| | | | | | | | It would be ideal if we could whitelist the entire phpBB directory or at least includes, but at present that still breaks because of classes with the same name. PHPBB3-9967
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-041-0/+34
PHPBB3-9967