1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
4 xsi:
noNamespaceSchemaLocation=
"lib/phpunit/phpunit.xsd"
5 bootstrap=
"lib/phpunit/bootstrap.php"
6 convertErrorsToExceptions=
"true"
7 convertNoticesToExceptions=
"true"
8 convertWarningsToExceptions=
"true"
9 processIsolation=
"false"
11 backupStaticAttributes=
"false"
12 forceCoversAnnotation=
"true"
15 stopOnIncomplete=
"false"
17 beStrictAboutTestsThatDoNotTestAnything=
"false"
18 beStrictAboutOutputDuringTests=
"true"
19 printerClass=
"Hint_ResultPrinter"
20 testSuiteLoaderClass=
"phpunit_autoloader"
24 <!--<const name="PHPUNIT_LONGTEST" value="1"/> uncomment to execute also slow or otherwise expensive tests-->
25 <const name=
"PHPUNIT_SEQUENCE_START" value=
""/>
27 <!--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-->
28 <!--<const name="TEST_EXTERNAL_FILES_HTTP_URL" value="http://download.moodle.org/unittest"/> uncomment and alter to fetch external test files from alternative location-->
29 <!--<const name="TEST_EXTERNAL_FILES_HTTPS_URL" value="https://download.moodle.org/unittest"/> uncomment and alter to fetch external test files from alternative location-->
32 <!--All core suites need to be manually added here-->
35 <testsuite name=
"core_phpunit_testsuite">
36 <directory suffix=
"_test.php">lib/phpunit/tests
</directory>
38 <testsuite name=
"core_test_testsuite">
39 <directory suffix=
"_test.php">lib/testing/tests
</directory>
41 <testsuite name=
"core_ddl_testsuite">
42 <directory suffix=
"_test.php">lib/ddl/tests
</directory>
44 <testsuite name=
"core_dml_testsuite">
45 <directory suffix=
"_test.php">lib/dml/tests
</directory>
47 <testsuite name=
"core_testsuite">
48 <directory suffix=
"_test.php">lib/tests
</directory>
49 <directory suffix=
"_test.php">lib/ajax/tests
</directory>
51 <testsuite name=
"core_favourites_testsuite">
52 <directory suffix=
"_test.php">favourites/tests
</directory>
54 <testsuite name=
"core_form_testsuite">
55 <directory suffix=
"_test.php">lib/form/tests
</directory>
57 <testsuite name=
"core_files_testsuite">
58 <directory suffix=
"_test.php">lib/filestorage/tests
</directory>
59 <directory suffix=
"_test.php">lib/filebrowser/tests
</directory>
60 <directory suffix=
"_test.php">files/tests
</directory>
62 <testsuite name=
"core_filter_testsuite">
63 <directory suffix=
"_test.php">filter/tests
</directory>
65 <testsuite name=
"core_role_testsuite">
66 <directory suffix=
"_test.php">admin/roles/tests
</directory>
68 <testsuite name=
"core_cohort_testsuite">
69 <directory suffix=
"_test.php">cohort/tests
</directory>
71 <testsuite name=
"core_grade_testsuite">
72 <directory suffix=
"_test.php">lib/grade/tests
</directory>
73 <directory suffix=
"_test.php">grade/tests
</directory>
74 <directory suffix=
"_test.php">grade/grading/tests
</directory>
75 <directory suffix=
"_test.php">grade/import/csv/tests
</directory>
77 <testsuite name=
"core_analytics_testsuite">
78 <directory suffix=
"_test.php">analytics/tests
</directory>
80 <testsuite name=
"core_availability_testsuite">
81 <directory suffix=
"_test.php">availability/tests
</directory>
83 <testsuite name=
"core_backup_testsuite">
84 <directory suffix=
"_test.php">backup/controller/tests
</directory>
85 <directory suffix=
"_test.php">backup/converter/moodle1/tests
</directory>
86 <directory suffix=
"_test.php">backup/moodle2/tests
</directory>
87 <directory suffix=
"_test.php">backup/tests
</directory>
88 <directory suffix=
"_test.php">backup/util
</directory>
90 <testsuite name=
"core_badges_testsuite">
91 <directory suffix=
"_test.php">badges/tests
</directory>
93 <testsuite name=
"core_blog_testsuite">
94 <directory suffix=
"_test.php">blog/tests
</directory>
96 <testsuite name=
"core_customfield_testsuite">
97 <directory suffix=
"_test.php">customfield/tests
</directory>
99 <testsuite name=
"core_iplookup_testsuite">
100 <directory suffix=
"_test.php">iplookup/tests
</directory>
102 <testsuite name=
"core_course_testsuite">
103 <directory suffix=
"_test.php">course/tests
</directory>
105 <testsuite name=
"core_privacy_testsuite">
106 <directory suffix=
"_test.php">privacy/tests
</directory>
108 <testsuite name=
"core_question_testsuite">
109 <directory suffix=
"_test.php">question/engine/tests
</directory>
110 <directory suffix=
"_test.php">question/tests
</directory>
111 <directory suffix=
"_test.php">question/type/tests
</directory>
112 <directory suffix=
"_test.php">question/engine/upgrade/tests
</directory>
114 <testsuite name=
"core_cache_testsuite">
115 <directory suffix=
"_test.php">cache/tests
</directory>
117 <testsuite name=
"core_calendar_testsuite">
118 <directory suffix=
"_test.php">calendar/tests
</directory>
120 <testsuite name=
"core_enrol_testsuite">
121 <directory suffix=
"_test.php">enrol/tests
</directory>
123 <testsuite name=
"core_group_testsuite">
124 <directory suffix=
"_test.php">group/tests
</directory>
126 <testsuite name=
"core_external_testsuite">
127 <directory suffix=
"_test.php">lib/external/tests
</directory>
129 <testsuite name=
"core_message_testsuite">
130 <directory suffix=
"_test.php">message/tests
</directory>
132 <testsuite name=
"core_notes_testsuite">
133 <directory suffix=
"_test.php">notes/tests
</directory>
135 <testsuite name=
"core_tag_testsuite">
136 <directory suffix=
"_test.php">tag/tests
</directory>
138 <testsuite name=
"core_rating_testsuite">
139 <directory suffix=
"_test.php">rating/tests
</directory>
141 <testsuite name=
"core_repository_testsuite">
142 <directory suffix=
"_test.php">repository/tests
</directory>
144 <testsuite name=
"core_userkey_testsuite">
145 <directory suffix=
"_test.php">lib/userkey/tests
</directory>
147 <testsuite name=
"core_user_testsuite">
148 <directory suffix=
"_test.php">user/tests
</directory>
150 <testsuite name=
"core_webservice_testsuite">
151 <directory suffix=
"_test.php">webservice/tests
</directory>
153 <testsuite name=
"core_mnet_testsuite">
154 <directory suffix=
"_test.php">mnet/tests
</directory>
156 <testsuite name=
"core_completion_testsuite">
157 <directory suffix=
"_test.php">completion/tests
</directory>
159 <testsuite name=
"core_comment_testsuite">
160 <directory suffix=
"_test.php">comment/tests
</directory>
162 <testsuite name=
"core_search_testsuite">
163 <directory suffix=
"_test.php">search/tests
</directory>
165 <testsuite name=
"core_competency_testsuite">
166 <directory suffix=
"_test.php">competency/tests
</directory>
168 <testsuite name=
"core_my_testsuite">
169 <directory suffix=
"_test.php">my/tests
</directory>
171 <testsuite name=
"core_auth_testsuite">
172 <directory suffix=
"_test.php">auth/tests
</directory>
174 <testsuite name=
"core_block_testsuite">
175 <directory suffix=
"_test.php">blocks/tests
</directory>
177 <testsuite name=
"core_login_testsuite">
178 <directory suffix=
"_test.php">login/tests
</directory>
180 <testsuite name=
"core_plagiarism_testsuite">
181 <directory suffix=
"_test.php">plagiarism/tests
</directory>
183 <testsuite name=
"core_portfolio_testsuite">
184 <directory suffix=
"_test.php">portfolio/tests
</directory>
186 <testsuite name=
"core_editor_testsuite">
187 <directory suffix=
"_test.php">lib/editor/tests
</directory>
189 <testsuite name=
"core_rss_testsuite">
190 <directory suffix=
"_test.php">rss/tests
</directory>
193 <!--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-->
194 <!--@plugin_suites_start@-->
195 <!--@plugin_suites_end@-->