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" | |
6be1923d | 16 | beStrictAboutTestsThatDoNotTestAnything="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--> | |
ddffa9d6 | 23 | <const name="PHPUNIT_SEQUENCE_START" value=""/> |
a9d2f1b4 PS |
24 | |
25 | <!--Following constants instruct tests to fetch external test files from alternative location or skip tests if empty, clone https://github.com/moodlehq/moodle-exttests to local web server--> | |
26 | <!--<const name="TEST_EXTERNAL_FILES_HTTP_URL" value="http://download.moodle.org/unittest"/> uncomment and alter to fetch external test files from alternative location--> | |
27 | <!--<const name="TEST_EXTERNAL_FILES_HTTPS_URL" value="https://download.moodle.org/unittest"/> uncomment and alter to fetch external test files from alternative location--> | |
1d4d115a PS |
28 | </php> |
29 | ||
7aea08e1 | 30 | <!--All core suites need to be manually added here--> |
5bd40408 PS |
31 | |
32 | <testsuites> | |
3c4b599d | 33 | <testsuite name="core_phpunit_testsuite"> |
08ad3257 PS |
34 | <directory suffix="_test.php">lib/phpunit/tests</directory> |
35 | </testsuite> | |
3c4b599d | 36 | <testsuite name="core_test_testsuite"> |
5c3c2c81 DM |
37 | <directory suffix="_test.php">lib/testing/tests</directory> |
38 | </testsuite> | |
3c4b599d | 39 | <testsuite name="core_ddl_testsuite"> |
fe11e694 | 40 | <directory suffix="_test.php">lib/ddl/tests</directory> |
8252b7c2 | 41 | </testsuite> |
3c4b599d | 42 | <testsuite name="core_dml_testsuite"> |
fe11e694 PS |
43 | <directory suffix="_test.php">lib/dml/tests</directory> |
44 | </testsuite> | |
3c4b599d | 45 | <testsuite name="core_testsuite"> |
5bd40408 | 46 | <directory suffix="_test.php">lib/tests</directory> |
a3d5830a | 47 | <directory suffix="_test.php">lib/ajax/tests</directory> |
a3d5830a | 48 | </testsuite> |
3c4b599d | 49 | <testsuite name="core_form_testsuite"> |
1eb13556 PS |
50 | <directory suffix="_test.php">lib/form/tests</directory> |
51 | </testsuite> | |
3c4b599d | 52 | <testsuite name="core_files_testsuite"> |
8f110835 | 53 | <directory suffix="_test.php">lib/filestorage/tests</directory> |
68b99890 | 54 | <directory suffix="_test.php">lib/filebrowser/tests</directory> |
11f20be7 | 55 | <directory suffix="_test.php">files/tests</directory> |
8f110835 | 56 | </testsuite> |
52f6f487 JP |
57 | <testsuite name="core_filter_testsuite"> |
58 | <directory suffix="_test.php">filter/tests</directory> | |
59 | </testsuite> | |
3c4b599d | 60 | <testsuite name="core_role_testsuite"> |
5e72efd4 PS |
61 | <directory suffix="_test.php">admin/roles/tests</directory> |
62 | </testsuite> | |
3c4b599d | 63 | <testsuite name="core_cohort_testsuite"> |
4729332b PS |
64 | <directory suffix="_test.php">cohort/tests</directory> |
65 | </testsuite> | |
3c4b599d | 66 | <testsuite name="core_grade_testsuite"> |
948d46da PS |
67 | <directory suffix="_test.php">lib/grade/tests</directory> |
68 | <directory suffix="_test.php">grade/tests</directory> | |
69 | <directory suffix="_test.php">grade/grading/tests</directory> | |
c3ba8429 | 70 | <directory suffix="_test.php">grade/import/csv/tests</directory> |
948d46da | 71 | </testsuite> |
38346308 DM |
72 | <testsuite name="core_analytics_testsuite"> |
73 | <directory suffix="_test.php">analytics/tests</directory> | |
74 | </testsuite> | |
3c4b599d | 75 | <testsuite name="core_availability_testsuite"> |
d3db4b03 | 76 | <directory suffix="_test.php">availability/tests</directory> |
77 | </testsuite> | |
3c4b599d | 78 | <testsuite name="core_backup_testsuite"> |
dbf5a447 PS |
79 | <directory suffix="_test.php">backup/controller/tests</directory> |
80 | <directory suffix="_test.php">backup/converter/moodle1/tests</directory> | |
d3db4b03 | 81 | <directory suffix="_test.php">backup/moodle2/tests</directory> |
dbf5a447 PS |
82 | <directory suffix="_test.php">backup/util</directory> |
83 | </testsuite> | |
3c4b599d | 84 | <testsuite name="core_badges_testsuite"> |
27806552 YB |
85 | <directory suffix="_test.php">badges/tests</directory> |
86 | </testsuite> | |
3c4b599d | 87 | <testsuite name="core_blog_testsuite"> |
1cbf2a20 PS |
88 | <directory suffix="_test.php">blog/tests</directory> |
89 | </testsuite> | |
3c4b599d | 90 | <testsuite name="core_iplookup_testsuite"> |
64b0f3ab PS |
91 | <directory suffix="_test.php">iplookup/tests</directory> |
92 | </testsuite> | |
3c4b599d | 93 | <testsuite name="core_course_testsuite"> |
354b214c PS |
94 | <directory suffix="_test.php">course/tests</directory> |
95 | </testsuite> | |
3c4b599d | 96 | <testsuite name="core_question_testsuite"> |
603bd001 PS |
97 | <directory suffix="_test.php">question/engine/tests</directory> |
98 | <directory suffix="_test.php">question/tests</directory> | |
99 | <directory suffix="_test.php">question/type/tests</directory> | |
b3778a0d | 100 | <directory suffix="_test.php">question/engine/upgrade/tests</directory> |
603bd001 | 101 | </testsuite> |
3c4b599d | 102 | <testsuite name="core_cache_testsuite"> |
d6a1f63b SH |
103 | <directory suffix="_test.php">cache/tests</directory> |
104 | </testsuite> | |
3c4b599d | 105 | <testsuite name="core_calendar_testsuite"> |
644a7ef7 AA |
106 | <directory suffix="_test.php">calendar/tests</directory> |
107 | </testsuite> | |
3c4b599d | 108 | <testsuite name="core_enrol_testsuite"> |
b3778a0d DP |
109 | <directory suffix="_test.php">enrol/tests</directory> |
110 | </testsuite> | |
3c4b599d | 111 | <testsuite name="core_group_testsuite"> |
b3778a0d DP |
112 | <directory suffix="_test.php">group/tests</directory> |
113 | </testsuite> | |
3c4b599d | 114 | <testsuite name="core_external_testsuite"> |
b3778a0d DP |
115 | <directory suffix="_test.php">lib/external/tests</directory> |
116 | </testsuite> | |
3c4b599d | 117 | <testsuite name="core_message_testsuite"> |
b3778a0d DP |
118 | <directory suffix="_test.php">message/tests</directory> |
119 | </testsuite> | |
3c4b599d | 120 | <testsuite name="core_notes_testsuite"> |
b3778a0d DP |
121 | <directory suffix="_test.php">notes/tests</directory> |
122 | </testsuite> | |
3c4b599d | 123 | <testsuite name="core_tag_testsuite"> |
cc033d48 MN |
124 | <directory suffix="_test.php">tag/tests</directory> |
125 | </testsuite> | |
3c4b599d | 126 | <testsuite name="core_rating_testsuite"> |
b3778a0d DP |
127 | <directory suffix="_test.php">rating/tests</directory> |
128 | </testsuite> | |
3c4b599d | 129 | <testsuite name="core_repository_testsuite"> |
b3778a0d DP |
130 | <directory suffix="_test.php">repository/tests</directory> |
131 | </testsuite> | |
3c4b599d | 132 | <testsuite name="core_user_testsuite"> |
b3778a0d DP |
133 | <directory suffix="_test.php">user/tests</directory> |
134 | </testsuite> | |
3c4b599d | 135 | <testsuite name="core_webservice_testsuite"> |
b3778a0d DP |
136 | <directory suffix="_test.php">webservice/tests</directory> |
137 | </testsuite> | |
3c4b599d | 138 | <testsuite name="core_mnet_testsuite"> |
b34f6f5f DW |
139 | <directory suffix="_test.php">mnet/tests</directory> |
140 | </testsuite> | |
37ccb211 DP |
141 | <testsuite name="core_completion_testsuite"> |
142 | <directory suffix="_test.php">completion/tests</directory> | |
143 | </testsuite> | |
ffe1579b JL |
144 | <testsuite name="core_comment_testsuite"> |
145 | <directory suffix="_test.php">comment/tests</directory> | |
146 | </testsuite> | |
db48207e DM |
147 | <testsuite name="core_search_testsuite"> |
148 | <directory suffix="_test.php">search/tests</directory> | |
149 | </testsuite> | |
922634d3 FM |
150 | <testsuite name="core_competency_testsuite"> |
151 | <directory suffix="_test.php">competency/tests</directory> | |
152 | </testsuite> | |
286a391b DM |
153 | <testsuite name="core_my_testsuite"> |
154 | <directory suffix="_test.php">my/tests</directory> | |
155 | </testsuite> | |
a4c970ff RT |
156 | <testsuite name="core_auth_testsuite"> |
157 | <directory suffix="_test.php">auth/tests</directory> | |
158 | </testsuite> | |
8446ba36 JL |
159 | <testsuite name="core_block_testsuite"> |
160 | <directory suffix="_test.php">blocks/tests</directory> | |
161 | </testsuite> | |
64755ee8 JP |
162 | <testsuite name="core_login_testsuite"> |
163 | <directory suffix="_test.php">login/tests</directory> | |
164 | </testsuite> | |
5bd40408 | 165 | |
a3d5830a | 166 | <!--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 |
167 | <!--@plugin_suites_start@--> |
168 | <!--@plugin_suites_end@--> | |
5bd40408 | 169 | |
a3d5830a PS |
170 | </testsuites> |
171 | ||
5bd40408 | 172 | </phpunit> |