Follow-up r107806 - More extensive tests for Language::sprintfDate. Including test...
[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="true"
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="structure">
24 <file>StructureTest.php</file>
25 </testsuite>
26 <testsuite name="uploadfromurl">
27 <file>suites/UploadFromUrlTestSuite.php</file>
28 </testsuite>
29 <testsuite name="extensions">
30 <file>suites/ExtensionsTestSuite.php</file>
31 </testsuite>
32 </testsuites>
33 <groups>
34 <exclude>
35 <group>Utility</group>
36 <group>Broken</group>
37 <group>Stub</group>
38 </exclude>
39 </groups>
40 </phpunit>