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"
21 <!--<const name="PHPUNIT_LONGTEST" value="1"/> uncomment to execute also slow or otherwise expensive tests-->
24 <!--All core suites need to be manually added here-->
27 <testsuite name=
"core_phpunit">
28 <directory suffix=
"_test.php">lib/phpunit/tests
</directory>
30 <testsuite name=
"core_test">
31 <directory suffix=
"_test.php">lib/testing/tests
</directory>
33 <testsuite name=
"core_db">
34 <directory suffix=
"_test.php">lib/ddl/tests
</directory>
35 <directory suffix=
"_test.php">lib/dml/tests
</directory>
37 <testsuite name=
"core_lib">
38 <directory suffix=
"_test.php">lib/tests
</directory>
39 <directory suffix=
"_test.php">lib/ajax/tests
</directory>
40 <directory suffix=
"_test.php">lib/form/tests
</directory>
41 <directory>lib/password_compat/tests
</directory>
43 <testsuite name=
"core_files">
44 <directory suffix=
"_test.php">lib/filestorage/tests
</directory>
46 <testsuite name=
"core_cohort">
47 <directory suffix=
"_test.php">cohort/tests
</directory>
49 <testsuite name=
"core_grade">
50 <directory suffix=
"_test.php">lib/grade/tests
</directory>
51 <directory suffix=
"_test.php">grade/tests
</directory>
52 <directory suffix=
"_test.php">grade/grading/tests
</directory>
54 <testsuite name=
"core_backup">
55 <directory suffix=
"_test.php">backup/controller/tests
</directory>
56 <directory suffix=
"_test.php">backup/converter/moodle1/tests
</directory>
57 <directory suffix=
"_test.php">backup/util
</directory>
59 <testsuite name=
"core_badges">
60 <directory suffix=
"_test.php">badges/tests
</directory>
62 <testsuite name=
"core_blog">
63 <directory suffix=
"_test.php">blog/tests
</directory>
65 <testsuite name=
"core_iplookup">
66 <directory suffix=
"_test.php">iplookup/tests
</directory>
68 <testsuite name=
"core_course">
69 <directory suffix=
"_test.php">course/tests
</directory>
71 <testsuite name=
"core_question">
72 <directory suffix=
"_test.php">question/engine/tests
</directory>
73 <directory suffix=
"_test.php">question/tests
</directory>
74 <directory suffix=
"_test.php">question/type/tests
</directory>
75 <directory suffix=
"_test.php">question/engine/upgrade/tests
</directory>
77 <testsuite name=
"core_cache">
78 <directory suffix=
"_test.php">cache/tests
</directory>
80 <testsuite name=
"core_calendar">
81 <directory suffix=
"_test.php">calendar/tests
</directory>
83 <testsuite name=
"core_enrol">
84 <directory suffix=
"_test.php">enrol/tests
</directory>
86 <testsuite name=
"core_group">
87 <directory suffix=
"_test.php">group/tests
</directory>
89 <testsuite name=
"core_external">
90 <directory suffix=
"_test.php">lib/external/tests
</directory>
92 <testsuite name=
"core_message">
93 <directory suffix=
"_test.php">message/tests
</directory>
95 <testsuite name=
"core_notes">
96 <directory suffix=
"_test.php">notes/tests
</directory>
98 <testsuite name=
"core_rating">
99 <directory suffix=
"_test.php">rating/tests
</directory>
101 <testsuite name=
"core_repository">
102 <directory suffix=
"_test.php">repository/tests
</directory>
104 <testsuite name=
"core_user">
105 <directory suffix=
"_test.php">user/tests
</directory>
107 <testsuite name=
"core_webservice">
108 <directory suffix=
"_test.php">webservice/tests
</directory>
111 <!--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-->
112 <!--@plugin_suites_start@-->
113 <!--@plugin_suites_end@-->