aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.dist
Commit message (Collapse)AuthorAgeFilesLines
* [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