Fix use of an array for no apparent reason.
[mediawiki.git] / tests / phpunit.xml
blob457c23e021a1ff2071322fa7bd34d19a2e5b2bbd
1 <!-- See http://www.phpunit.de/manual/3.3/en/appendixes.configuration.html -->
2 <phpunit bootstrap="./bootstrap.php"
3          colors="false"
4          convertErrorsToExceptions="true"
5          convertNoticesToExceptions="true"
6          convertWarningsToExceptions="true"
7          stopOnFailure="true">
8   <testsuite name="MediaWiki Test Suite">
9     <directory>.</directory>
10   </testsuite>
11   <groups>
12     <exclude>
13       <group>Broken</group>
14     </exclude>
15   </groups>
16 </phpunit>