Commit | Line | Data |
---|---|---|
6aaae357 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
5bd40408 | 2 | <phpunit |
6aaae357 PS |
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | xsi:noNamespaceSchemaLocation="lib/phpunit/phpunit.xsd" | |
5bd40408 | 5 | bootstrap="lib/phpunit/bootstrap.php" |
5bd40408 PS |
6 | convertErrorsToExceptions="true" |
7 | convertNoticesToExceptions="true" | |
8 | convertWarningsToExceptions="true" | |
9 | processIsolation="false" | |
10 | backupGlobals="false" | |
11 | backupStaticAttributes="false" | |
12 | stopOnError="false" | |
13 | stopOnFailure="false" | |
14 | stopOnIncomplete="false" | |
15 | stopOnSkipped="false" | |
16 | strict="false" | |
ed7259d1 | 17 | printerClass="Hint_ResultPrinter" |
d44e0aa3 | 18 | testSuiteLoaderClass="phpunit_autoloader" |
5bd40408 PS |
19 | > |
20 | ||
1d4d115a PS |
21 | <php> |
22 | <!--<const name="PHPUNIT_LONGTEST" value="1"/> uncomment to execute also slow or otherwise expensive tests--> | |
23 | </php> | |
24 | ||
7aea08e1 | 25 | <!--All core suites need to be manually added here--> |
5bd40408 PS |
26 | |
27 | <testsuites> | |
08ad3257 PS |
28 | <testsuite name="core_phpunit"> |
29 | <directory suffix="_test.php">lib/phpunit/tests</directory> | |
30 | </testsuite> | |
5c3c2c81 DM |
31 | <testsuite name="core_test"> |
32 | <directory suffix="_test.php">lib/testing/tests</directory> | |
33 | </testsuite> | |
8252b7c2 | 34 | <testsuite name="core_ddl"> |
fe11e694 | 35 | <directory suffix="_test.php">lib/ddl/tests</directory> |
8252b7c2 PS |
36 | </testsuite> |
37 | <testsuite name="core_dml"> | |
fe11e694 PS |
38 | <directory suffix="_test.php">lib/dml/tests</directory> |
39 | </testsuite> | |
8252b7c2 | 40 | <testsuite name="core"> |
5bd40408 | 41 | <directory suffix="_test.php">lib/tests</directory> |
a3d5830a | 42 | <directory suffix="_test.php">lib/ajax/tests</directory> |
4b027431 | 43 | <directory suffix="_test.php">lib/form/tests</directory> |
ec2d8ceb | 44 | <directory>lib/password_compat/tests</directory> |
a3d5830a | 45 | </testsuite> |
8f110835 DM |
46 | <testsuite name="core_files"> |
47 | <directory suffix="_test.php">lib/filestorage/tests</directory> | |
11f20be7 | 48 | <directory suffix="_test.php">files/tests</directory> |
8f110835 | 49 | </testsuite> |
5e72efd4 PS |
50 | <testsuite name="core_role"> |
51 | <directory suffix="_test.php">admin/roles/tests</directory> | |
52 | </testsuite> | |
4729332b PS |
53 | <testsuite name="core_cohort"> |
54 | <directory suffix="_test.php">cohort/tests</directory> | |
55 | </testsuite> | |
948d46da PS |
56 | <testsuite name="core_grade"> |
57 | <directory suffix="_test.php">lib/grade/tests</directory> | |
58 | <directory suffix="_test.php">grade/tests</directory> | |
59 | <directory suffix="_test.php">grade/grading/tests</directory> | |
60 | </testsuite> | |
dbf5a447 PS |
61 | <testsuite name="core_backup"> |
62 | <directory suffix="_test.php">backup/controller/tests</directory> | |
63 | <directory suffix="_test.php">backup/converter/moodle1/tests</directory> | |
64 | <directory suffix="_test.php">backup/util</directory> | |
65 | </testsuite> | |
27806552 YB |
66 | <testsuite name="core_badges"> |
67 | <directory suffix="_test.php">badges/tests</directory> | |
68 | </testsuite> | |
1cbf2a20 PS |
69 | <testsuite name="core_blog"> |
70 | <directory suffix="_test.php">blog/tests</directory> | |
71 | </testsuite> | |
64b0f3ab PS |
72 | <testsuite name="core_iplookup"> |
73 | <directory suffix="_test.php">iplookup/tests</directory> | |
74 | </testsuite> | |
354b214c PS |
75 | <testsuite name="core_course"> |
76 | <directory suffix="_test.php">course/tests</directory> | |
77 | </testsuite> | |
603bd001 PS |
78 | <testsuite name="core_question"> |
79 | <directory suffix="_test.php">question/engine/tests</directory> | |
80 | <directory suffix="_test.php">question/tests</directory> | |
81 | <directory suffix="_test.php">question/type/tests</directory> | |
b3778a0d | 82 | <directory suffix="_test.php">question/engine/upgrade/tests</directory> |
603bd001 | 83 | </testsuite> |
d6a1f63b SH |
84 | <testsuite name="core_cache"> |
85 | <directory suffix="_test.php">cache/tests</directory> | |
86 | </testsuite> | |
644a7ef7 AA |
87 | <testsuite name="core_calendar"> |
88 | <directory suffix="_test.php">calendar/tests</directory> | |
89 | </testsuite> | |
b3778a0d DP |
90 | <testsuite name="core_enrol"> |
91 | <directory suffix="_test.php">enrol/tests</directory> | |
92 | </testsuite> | |
93 | <testsuite name="core_group"> | |
94 | <directory suffix="_test.php">group/tests</directory> | |
95 | </testsuite> | |
96 | <testsuite name="core_external"> | |
97 | <directory suffix="_test.php">lib/external/tests</directory> | |
98 | </testsuite> | |
99 | <testsuite name="core_message"> | |
100 | <directory suffix="_test.php">message/tests</directory> | |
101 | </testsuite> | |
b3778a0d DP |
102 | <testsuite name="core_notes"> |
103 | <directory suffix="_test.php">notes/tests</directory> | |
104 | </testsuite> | |
105 | <testsuite name="core_rating"> | |
106 | <directory suffix="_test.php">rating/tests</directory> | |
107 | </testsuite> | |
108 | <testsuite name="core_repository"> | |
109 | <directory suffix="_test.php">repository/tests</directory> | |
110 | </testsuite> | |
111 | <testsuite name="core_user"> | |
112 | <directory suffix="_test.php">user/tests</directory> | |
113 | </testsuite> | |
114 | <testsuite name="core_webservice"> | |
115 | <directory suffix="_test.php">webservice/tests</directory> | |
116 | </testsuite> | |
5bd40408 | 117 | |
a3d5830a | 118 | <!--Plugin suites: use admin/tool/phpunit/cli/util.php to build phpunit.xml from phpunit.xml.dist with up-to-date list of plugins in current install--> |
7aea08e1 SH |
119 | <!--@plugin_suites_start@--> |
120 | <!--@plugin_suites_end@--> | |
5bd40408 | 121 | |
a3d5830a PS |
122 | </testsuites> |
123 | ||
5bd40408 | 124 | </phpunit> |