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-->
25 <!--All core suites need to be manually added here-->
28 <testsuite name=
"core_phpunit">
29 <directory suffix=
"_test.php">lib/phpunit/tests
</directory>
31 <testsuite name=
"core_test">
32 <directory suffix=
"_test.php">lib/testing/tests
</directory>
34 <testsuite name=
"core_db">
35 <directory suffix=
"_test.php">lib/ddl/tests
</directory>
36 <directory suffix=
"_test.php">lib/dml/tests
</directory>
38 <testsuite name=
"core_lib">
39 <directory suffix=
"_test.php">lib/tests
</directory>
40 <directory suffix=
"_test.php">lib/ajax/tests
</directory>
41 <directory suffix=
"_test.php">lib/form/tests
</directory>
42 <directory>lib/password_compat/tests
</directory>
44 <testsuite name=
"core_files">
45 <directory suffix=
"_test.php">lib/filestorage/tests
</directory>
46 <directory suffix=
"_test.php">files/tests
</directory>
48 <testsuite name=
"core_role">
49 <directory suffix=
"_test.php">admin/roles/tests
</directory>
51 <testsuite name=
"core_cohort">
52 <directory suffix=
"_test.php">cohort/tests
</directory>
54 <testsuite name=
"core_grade">
55 <directory suffix=
"_test.php">lib/grade/tests
</directory>
56 <directory suffix=
"_test.php">grade/tests
</directory>
57 <directory suffix=
"_test.php">grade/grading/tests
</directory>
59 <testsuite name=
"core_backup">
60 <directory suffix=
"_test.php">backup/controller/tests
</directory>
61 <directory suffix=
"_test.php">backup/converter/moodle1/tests
</directory>
62 <directory suffix=
"_test.php">backup/util
</directory>
64 <testsuite name=
"core_badges">
65 <directory suffix=
"_test.php">badges/tests
</directory>
67 <testsuite name=
"core_blog">
68 <directory suffix=
"_test.php">blog/tests
</directory>
70 <testsuite name=
"core_iplookup">
71 <directory suffix=
"_test.php">iplookup/tests
</directory>
73 <testsuite name=
"core_course">
74 <directory suffix=
"_test.php">course/tests
</directory>
76 <testsuite name=
"core_question">
77 <directory suffix=
"_test.php">question/engine/tests
</directory>
78 <directory suffix=
"_test.php">question/tests
</directory>
79 <directory suffix=
"_test.php">question/type/tests
</directory>
80 <directory suffix=
"_test.php">question/engine/upgrade/tests
</directory>
82 <testsuite name=
"core_cache">
83 <directory suffix=
"_test.php">cache/tests
</directory>
85 <testsuite name=
"core_calendar">
86 <directory suffix=
"_test.php">calendar/tests
</directory>
88 <testsuite name=
"core_enrol">
89 <directory suffix=
"_test.php">enrol/tests
</directory>
91 <testsuite name=
"core_group">
92 <directory suffix=
"_test.php">group/tests
</directory>
94 <testsuite name=
"core_external">
95 <directory suffix=
"_test.php">lib/external/tests
</directory>
97 <testsuite name=
"core_message">
98 <directory suffix=
"_test.php">message/tests
</directory>
100 <testsuite name=
"core_notes">
101 <directory suffix=
"_test.php">notes/tests
</directory>
103 <testsuite name=
"core_rating">
104 <directory suffix=
"_test.php">rating/tests
</directory>
106 <testsuite name=
"core_repository">
107 <directory suffix=
"_test.php">repository/tests
</directory>
109 <testsuite name=
"core_user">
110 <directory suffix=
"_test.php">user/tests
</directory>
112 <testsuite name=
"core_webservice">
113 <directory suffix=
"_test.php">webservice/tests
</directory>
116 <!--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-->
117 <!--@plugin_suites_start@-->
118 <!--@plugin_suites_end@-->