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" | |
ed7259d1 | 16 | printerClass="Hint_ResultPrinter" |
d44e0aa3 | 17 | testSuiteLoaderClass="phpunit_autoloader" |
5bd40408 PS |
18 | > |
19 | ||
1d4d115a PS |
20 | <php> |
21 | <!--<const name="PHPUNIT_LONGTEST" value="1"/> uncomment to execute also slow or otherwise expensive tests--> | |
ddffa9d6 | 22 | <const name="PHPUNIT_SEQUENCE_START" value=""/> |
a9d2f1b4 PS |
23 | |
24 | <!--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--> | |
25 | <!--<const name="TEST_EXTERNAL_FILES_HTTP_URL" value="http://download.moodle.org/unittest"/> uncomment and alter to fetch external test files from alternative location--> | |
26 | <!--<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 |
27 | </php> |
28 | ||
7aea08e1 | 29 | <!--All core suites need to be manually added here--> |
5bd40408 PS |
30 | |
31 | <testsuites> | |
3c4b599d | 32 | <testsuite name="core_phpunit_testsuite"> |
08ad3257 PS |
33 | <directory suffix="_test.php">lib/phpunit/tests</directory> |
34 | </testsuite> | |
3c4b599d | 35 | <testsuite name="core_test_testsuite"> |
5c3c2c81 DM |
36 | <directory suffix="_test.php">lib/testing/tests</directory> |
37 | </testsuite> | |
3c4b599d | 38 | <testsuite name="core_ddl_testsuite"> |
fe11e694 | 39 | <directory suffix="_test.php">lib/ddl/tests</directory> |
8252b7c2 | 40 | </testsuite> |
3c4b599d | 41 | <testsuite name="core_dml_testsuite"> |
fe11e694 PS |
42 | <directory suffix="_test.php">lib/dml/tests</directory> |
43 | </testsuite> | |
3c4b599d | 44 | <testsuite name="core_testsuite"> |
5bd40408 | 45 | <directory suffix="_test.php">lib/tests</directory> |
a3d5830a | 46 | <directory suffix="_test.php">lib/ajax/tests</directory> |
ec2d8ceb | 47 | <directory>lib/password_compat/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> |
11f20be7 | 54 | <directory suffix="_test.php">files/tests</directory> |
8f110835 | 55 | </testsuite> |
3c4b599d | 56 | <testsuite name="core_role_testsuite"> |
5e72efd4 PS |
57 | <directory suffix="_test.php">admin/roles/tests</directory> |
58 | </testsuite> | |
3c4b599d | 59 | <testsuite name="core_cohort_testsuite"> |
4729332b PS |
60 | <directory suffix="_test.php">cohort/tests</directory> |
61 | </testsuite> | |
3c4b599d | 62 | <testsuite name="core_grade_testsuite"> |
948d46da PS |
63 | <directory suffix="_test.php">lib/grade/tests</directory> |
64 | <directory suffix="_test.php">grade/tests</directory> | |
65 | <directory suffix="_test.php">grade/grading/tests</directory> | |
c3ba8429 | 66 | <directory suffix="_test.php">grade/import/csv/tests</directory> |
948d46da | 67 | </testsuite> |
3c4b599d | 68 | <testsuite name="core_availability_testsuite"> |
d3db4b03 | 69 | <directory suffix="_test.php">availability/tests</directory> |
70 | </testsuite> | |
3c4b599d | 71 | <testsuite name="core_backup_testsuite"> |
dbf5a447 PS |
72 | <directory suffix="_test.php">backup/controller/tests</directory> |
73 | <directory suffix="_test.php">backup/converter/moodle1/tests</directory> | |
d3db4b03 | 74 | <directory suffix="_test.php">backup/moodle2/tests</directory> |
dbf5a447 PS |
75 | <directory suffix="_test.php">backup/util</directory> |
76 | </testsuite> | |
3c4b599d | 77 | <testsuite name="core_badges_testsuite"> |
27806552 YB |
78 | <directory suffix="_test.php">badges/tests</directory> |
79 | </testsuite> | |
3c4b599d | 80 | <testsuite name="core_blog_testsuite"> |
1cbf2a20 PS |
81 | <directory suffix="_test.php">blog/tests</directory> |
82 | </testsuite> | |
3c4b599d | 83 | <testsuite name="core_iplookup_testsuite"> |
64b0f3ab PS |
84 | <directory suffix="_test.php">iplookup/tests</directory> |
85 | </testsuite> | |
3c4b599d | 86 | <testsuite name="core_course_testsuite"> |
354b214c PS |
87 | <directory suffix="_test.php">course/tests</directory> |
88 | </testsuite> | |
3c4b599d | 89 | <testsuite name="core_question_testsuite"> |
603bd001 PS |
90 | <directory suffix="_test.php">question/engine/tests</directory> |
91 | <directory suffix="_test.php">question/tests</directory> | |
92 | <directory suffix="_test.php">question/type/tests</directory> | |
b3778a0d | 93 | <directory suffix="_test.php">question/engine/upgrade/tests</directory> |
603bd001 | 94 | </testsuite> |
3c4b599d | 95 | <testsuite name="core_cache_testsuite"> |
d6a1f63b SH |
96 | <directory suffix="_test.php">cache/tests</directory> |
97 | </testsuite> | |
3c4b599d | 98 | <testsuite name="core_calendar_testsuite"> |
644a7ef7 AA |
99 | <directory suffix="_test.php">calendar/tests</directory> |
100 | </testsuite> | |
3c4b599d | 101 | <testsuite name="core_enrol_testsuite"> |
b3778a0d DP |
102 | <directory suffix="_test.php">enrol/tests</directory> |
103 | </testsuite> | |
3c4b599d | 104 | <testsuite name="core_group_testsuite"> |
b3778a0d DP |
105 | <directory suffix="_test.php">group/tests</directory> |
106 | </testsuite> | |
3c4b599d | 107 | <testsuite name="core_external_testsuite"> |
b3778a0d DP |
108 | <directory suffix="_test.php">lib/external/tests</directory> |
109 | </testsuite> | |
3c4b599d | 110 | <testsuite name="core_message_testsuite"> |
b3778a0d DP |
111 | <directory suffix="_test.php">message/tests</directory> |
112 | </testsuite> | |
3c4b599d | 113 | <testsuite name="core_notes_testsuite"> |
b3778a0d DP |
114 | <directory suffix="_test.php">notes/tests</directory> |
115 | </testsuite> | |
3c4b599d | 116 | <testsuite name="core_tag_testsuite"> |
cc033d48 MN |
117 | <directory suffix="_test.php">tag/tests</directory> |
118 | </testsuite> | |
3c4b599d | 119 | <testsuite name="core_rating_testsuite"> |
b3778a0d DP |
120 | <directory suffix="_test.php">rating/tests</directory> |
121 | </testsuite> | |
3c4b599d | 122 | <testsuite name="core_repository_testsuite"> |
b3778a0d DP |
123 | <directory suffix="_test.php">repository/tests</directory> |
124 | </testsuite> | |
3c4b599d | 125 | <testsuite name="core_user_testsuite"> |
b3778a0d DP |
126 | <directory suffix="_test.php">user/tests</directory> |
127 | </testsuite> | |
3c4b599d | 128 | <testsuite name="core_webservice_testsuite"> |
b3778a0d DP |
129 | <directory suffix="_test.php">webservice/tests</directory> |
130 | </testsuite> | |
3c4b599d | 131 | <testsuite name="core_mnet_testsuite"> |
b34f6f5f DW |
132 | <directory suffix="_test.php">mnet/tests</directory> |
133 | </testsuite> | |
37ccb211 DP |
134 | <testsuite name="core_completion_testsuite"> |
135 | <directory suffix="_test.php">completion/tests</directory> | |
136 | </testsuite> | |
ffe1579b JL |
137 | <testsuite name="core_comment_testsuite"> |
138 | <directory suffix="_test.php">comment/tests</directory> | |
139 | </testsuite> | |
5bd40408 | 140 | |
a3d5830a | 141 | <!--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 |
142 | <!--@plugin_suites_start@--> |
143 | <!--@plugin_suites_end@--> | |
5bd40408 | 144 | |
a3d5830a PS |
145 | </testsuites> |
146 | ||
5bd40408 | 147 | </phpunit> |