ce7d44f5518dc5b06e9f3054041559214cb969a0
[lhc/web/wiklou.git] / maintenance / tests / phpunit.xml
1 <!-- See http://www.phpunit.de/manual/3.3/en/appendixes.configuration.html -->
2 <phpunit bootstrap="./bootstrap.php"
3 colors="false"
4 stopOnFailure="false">
5 <!-- convertErrorsToExceptions="true" -->
6 <!-- convertNoticesToExceptions="true" -->
7 <!-- convertWarningsToExceptions="true" -->
8 <testsuite name="MediaWiki Test Suite">
9 <directory>.</directory>
10 </testsuite>
11 <groups>
12 <exclude>
13 <group>Broken</group>
14 <group>Stub</group>
15 </exclude>
16 </groups>
17 </phpunit>