Catch the case when allow_url_fopen=false
[lhc/web/wiklou.git] / 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 </exclude>
15 </groups>
16 </phpunit>