Remove unused global $IP
[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 backupGlobals="false"
5 convertErrorsToExceptions="true"
6 convertNoticesToExceptions="true"
7 convertWarningsToExceptions="true"
8 stopOnFailure="false">
9 <!-- for the test file list, see TestFileList.php -->
10 <groups>
11 <exclude>
12 <group>Broken</group>
13 <group>Stub</group>
14 </exclude>
15 </groups>
16 </phpunit>