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"
14 stopOnIncomplete=
"false"
16 printerClass=
"Hint_ResultPrinter"
17 testSuiteLoaderClass=
"phpunit_autoloader"
21 <!--<const name="PHPUNIT_LONGTEST" value="1"/> uncomment to execute also slow or otherwise expensive tests-->
22 <const name=
"PHPUNIT_SEQUENCE_START" value=
""/>
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-->
29 <!--All core suites need to be manually added here-->
32 <testsuite name=
"core_phpunit_testsuite">
33 <directory suffix=
"_test.php">lib/phpunit/tests
</directory>
35 <testsuite name=
"core_test_testsuite">
36 <directory suffix=
"_test.php">lib/testing/tests
</directory>
38 <testsuite name=
"core_ddl_testsuite">
39 <directory suffix=
"_test.php">lib/ddl/tests
</directory>
41 <testsuite name=
"core_dml_testsuite">
42 <directory suffix=
"_test.php">lib/dml/tests
</directory>
44 <testsuite name=
"core_testsuite">
45 <directory suffix=
"_test.php">lib/tests
</directory>
46 <directory suffix=
"_test.php">lib/ajax/tests
</directory>
48 <testsuite name=
"core_form_testsuite">
49 <directory suffix=
"_test.php">lib/form/tests
</directory>
51 <testsuite name=
"core_files_testsuite">
52 <directory suffix=
"_test.php">lib/filestorage/tests
</directory>
53 <directory suffix=
"_test.php">files/tests
</directory>
55 <testsuite name=
"core_role_testsuite">
56 <directory suffix=
"_test.php">admin/roles/tests
</directory>
58 <testsuite name=
"core_cohort_testsuite">
59 <directory suffix=
"_test.php">cohort/tests
</directory>
61 <testsuite name=
"core_grade_testsuite">
62 <directory suffix=
"_test.php">lib/grade/tests
</directory>
63 <directory suffix=
"_test.php">grade/tests
</directory>
64 <directory suffix=
"_test.php">grade/grading/tests
</directory>
65 <directory suffix=
"_test.php">grade/import/csv/tests
</directory>
67 <testsuite name=
"core_availability_testsuite">
68 <directory suffix=
"_test.php">availability/tests
</directory>
70 <testsuite name=
"core_backup_testsuite">
71 <directory suffix=
"_test.php">backup/controller/tests
</directory>
72 <directory suffix=
"_test.php">backup/converter/moodle1/tests
</directory>
73 <directory suffix=
"_test.php">backup/moodle2/tests
</directory>
74 <directory suffix=
"_test.php">backup/util
</directory>
76 <testsuite name=
"core_badges_testsuite">
77 <directory suffix=
"_test.php">badges/tests
</directory>
79 <testsuite name=
"core_blog_testsuite">
80 <directory suffix=
"_test.php">blog/tests
</directory>
82 <testsuite name=
"core_iplookup_testsuite">
83 <directory suffix=
"_test.php">iplookup/tests
</directory>
85 <testsuite name=
"core_course_testsuite">
86 <directory suffix=
"_test.php">course/tests
</directory>
88 <testsuite name=
"core_question_testsuite">
89 <directory suffix=
"_test.php">question/engine/tests
</directory>
90 <directory suffix=
"_test.php">question/tests
</directory>
91 <directory suffix=
"_test.php">question/type/tests
</directory>
92 <directory suffix=
"_test.php">question/engine/upgrade/tests
</directory>
94 <testsuite name=
"core_cache_testsuite">
95 <directory suffix=
"_test.php">cache/tests
</directory>
97 <testsuite name=
"core_calendar_testsuite">
98 <directory suffix=
"_test.php">calendar/tests
</directory>
100 <testsuite name=
"core_enrol_testsuite">
101 <directory suffix=
"_test.php">enrol/tests
</directory>
103 <testsuite name=
"core_group_testsuite">
104 <directory suffix=
"_test.php">group/tests
</directory>
106 <testsuite name=
"core_external_testsuite">
107 <directory suffix=
"_test.php">lib/external/tests
</directory>
109 <testsuite name=
"core_message_testsuite">
110 <directory suffix=
"_test.php">message/tests
</directory>
112 <testsuite name=
"core_notes_testsuite">
113 <directory suffix=
"_test.php">notes/tests
</directory>
115 <testsuite name=
"core_tag_testsuite">
116 <directory suffix=
"_test.php">tag/tests
</directory>
118 <testsuite name=
"core_rating_testsuite">
119 <directory suffix=
"_test.php">rating/tests
</directory>
121 <testsuite name=
"core_repository_testsuite">
122 <directory suffix=
"_test.php">repository/tests
</directory>
124 <testsuite name=
"core_user_testsuite">
125 <directory suffix=
"_test.php">user/tests
</directory>
127 <testsuite name=
"core_webservice_testsuite">
128 <directory suffix=
"_test.php">webservice/tests
</directory>
130 <testsuite name=
"core_mnet_testsuite">
131 <directory suffix=
"_test.php">mnet/tests
</directory>
133 <testsuite name=
"core_completion_testsuite">
134 <directory suffix=
"_test.php">completion/tests
</directory>
136 <testsuite name=
"core_comment_testsuite">
137 <directory suffix=
"_test.php">comment/tests
</directory>
139 <testsuite name=
"core_search_testsuite">
140 <directory suffix=
"_test.php">search/tests
</directory>
142 <testsuite name=
"core_competency_testsuite">
143 <directory suffix=
"_test.php">competency/tests
</directory>
145 <testsuite name=
"core_my_testsuite">
146 <directory suffix=
"_test.php">my/tests
</directory>
148 <testsuite name=
"core_auth_testsuite">
149 <directory suffix=
"_test.php">auth/tests
</directory>
152 <!--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-->
153 <!--@plugin_suites_start@-->
154 <!--@plugin_suites_end@-->