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"
17 printerClass=
"Hint_ResultPrinter"
18 testSuiteLoaderClass=
"phpunit_autoloader"
22 <!--<const name="PHPUNIT_LONGTEST" value="1"/> uncomment to execute also slow or otherwise expensive tests-->
23 <const name=
"PHPUNIT_SEQUENCE_START" value=
""/>
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-->
30 <!--All core suites need to be manually added here-->
33 <testsuite name=
"core_phpunit_testsuite">
34 <directory suffix=
"_test.php">lib/phpunit/tests
</directory>
36 <testsuite name=
"core_test_testsuite">
37 <directory suffix=
"_test.php">lib/testing/tests
</directory>
39 <testsuite name=
"core_ddl_testsuite">
40 <directory suffix=
"_test.php">lib/ddl/tests
</directory>
42 <testsuite name=
"core_dml_testsuite">
43 <directory suffix=
"_test.php">lib/dml/tests
</directory>
45 <testsuite name=
"core_testsuite">
46 <directory suffix=
"_test.php">lib/tests
</directory>
47 <directory suffix=
"_test.php">lib/ajax/tests
</directory>
48 <directory>lib/password_compat/tests
</directory>
50 <testsuite name=
"core_form_testsuite">
51 <directory suffix=
"_test.php">lib/form/tests
</directory>
53 <testsuite name=
"core_files_testsuite">
54 <directory suffix=
"_test.php">lib/filestorage/tests
</directory>
55 <directory suffix=
"_test.php">files/tests
</directory>
57 <testsuite name=
"core_role_testsuite">
58 <directory suffix=
"_test.php">admin/roles/tests
</directory>
60 <testsuite name=
"core_cohort_testsuite">
61 <directory suffix=
"_test.php">cohort/tests
</directory>
63 <testsuite name=
"core_grade_testsuite">
64 <directory suffix=
"_test.php">lib/grade/tests
</directory>
65 <directory suffix=
"_test.php">grade/tests
</directory>
66 <directory suffix=
"_test.php">grade/grading/tests
</directory>
67 <directory suffix=
"_test.php">grade/import/csv/tests
</directory>
69 <testsuite name=
"core_availability_testsuite">
70 <directory suffix=
"_test.php">availability/tests
</directory>
72 <testsuite name=
"core_backup_testsuite">
73 <directory suffix=
"_test.php">backup/controller/tests
</directory>
74 <directory suffix=
"_test.php">backup/converter/moodle1/tests
</directory>
75 <directory suffix=
"_test.php">backup/moodle2/tests
</directory>
76 <directory suffix=
"_test.php">backup/util
</directory>
78 <testsuite name=
"core_badges_testsuite">
79 <directory suffix=
"_test.php">badges/tests
</directory>
81 <testsuite name=
"core_blog_testsuite">
82 <directory suffix=
"_test.php">blog/tests
</directory>
84 <testsuite name=
"core_iplookup_testsuite">
85 <directory suffix=
"_test.php">iplookup/tests
</directory>
87 <testsuite name=
"core_course_testsuite">
88 <directory suffix=
"_test.php">course/tests
</directory>
90 <testsuite name=
"core_question_testsuite">
91 <directory suffix=
"_test.php">question/engine/tests
</directory>
92 <directory suffix=
"_test.php">question/tests
</directory>
93 <directory suffix=
"_test.php">question/type/tests
</directory>
94 <directory suffix=
"_test.php">question/engine/upgrade/tests
</directory>
96 <testsuite name=
"core_cache_testsuite">
97 <directory suffix=
"_test.php">cache/tests
</directory>
99 <testsuite name=
"core_calendar_testsuite">
100 <directory suffix=
"_test.php">calendar/tests
</directory>
102 <testsuite name=
"core_enrol_testsuite">
103 <directory suffix=
"_test.php">enrol/tests
</directory>
105 <testsuite name=
"core_group_testsuite">
106 <directory suffix=
"_test.php">group/tests
</directory>
108 <testsuite name=
"core_external_testsuite">
109 <directory suffix=
"_test.php">lib/external/tests
</directory>
111 <testsuite name=
"core_message_testsuite">
112 <directory suffix=
"_test.php">message/tests
</directory>
114 <testsuite name=
"core_notes_testsuite">
115 <directory suffix=
"_test.php">notes/tests
</directory>
117 <testsuite name=
"core_tag_testsuite">
118 <directory suffix=
"_test.php">tag/tests
</directory>
120 <testsuite name=
"core_rating_testsuite">
121 <directory suffix=
"_test.php">rating/tests
</directory>
123 <testsuite name=
"core_repository_testsuite">
124 <directory suffix=
"_test.php">repository/tests
</directory>
126 <testsuite name=
"core_user_testsuite">
127 <directory suffix=
"_test.php">user/tests
</directory>
129 <testsuite name=
"core_webservice_testsuite">
130 <directory suffix=
"_test.php">webservice/tests
</directory>
132 <testsuite name=
"core_mnet_testsuite">
133 <directory suffix=
"_test.php">mnet/tests
</directory>
136 <!--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-->
137 <!--@plugin_suites_start@-->
138 <!--@plugin_suites_end@-->