Use the correct ID when retrieving a block
[lhc/web/wiklou.git] / tests / phpunit / suite.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- colors don't work on Windows! -->
4 <phpunit bootstrap="./bootstrap.php"
5 colors="false"
6 backupGlobals="false"
7 convertErrorsToExceptions="true"
8 convertNoticesToExceptions="true"
9 convertWarningsToExceptions="true"
10 stopOnFailure="false"
11 strict="true"
12 verbose="true">
13 <testsuites>
14 <testsuite name="includes">
15 <directory>./includes</directory>
16 </testsuite>
17 <testsuite name="languages">
18 <directory>./languages</directory>
19 </testsuite>
20 <testsuite name="skins">
21 <directory>./skins</directory>
22 </testsuite>
23 <testsuite name="uploadfromurl">
24 <file>./suites/UploadFromUrlTestSuite.php</file>
25 </testsuite>
26 <testsuite name="extensions">
27 <file>./suites/ExtensionsTestSuite.php</file>
28 </testsuite>
29 </testsuites>
30 <groups>
31 <exclude>
32 <group>Utility</group>
33 <group>Broken</group>
34 <group>Stub</group>
35 </exclude>
36 </groups>
37 </phpunit>