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>
45 <directory suffix=
"_test.php">files/tests
</directory>
47 <testsuite name=
"core_cohort">
48 <directory suffix=
"_test.php">cohort/tests
</directory>
50 <testsuite name=
"core_grade">
51 <directory suffix=
"_test.php">lib/grade/tests
</directory>
52 <directory suffix=
"_test.php">grade/tests
</directory>
53 <directory suffix=
"_test.php">grade/grading/tests
</directory>
55 <testsuite name=
"core_backup">
56 <directory suffix=
"_test.php">backup/controller/tests
</directory>
57 <directory suffix=
"_test.php">backup/converter/moodle1/tests
</directory>
58 <directory suffix=
"_test.php">backup/util
</directory>
60 <testsuite name=
"core_badges">
61 <directory suffix=
"_test.php">badges/tests
</directory>
63 <testsuite name=
"core_blog">
64 <directory suffix=
"_test.php">blog/tests
</directory>
66 <testsuite name=
"core_iplookup">
67 <directory suffix=
"_test.php">iplookup/tests
</directory>
69 <testsuite name=
"core_course">
70 <directory suffix=
"_test.php">course/tests
</directory>
72 <testsuite name=
"core_question">
73 <directory suffix=
"_test.php">question/engine/tests
</directory>
74 <directory suffix=
"_test.php">question/tests
</directory>
75 <directory suffix=
"_test.php">question/type/tests
</directory>
76 <directory suffix=
"_test.php">question/engine/upgrade/tests
</directory>
78 <testsuite name=
"core_cache">
79 <directory suffix=
"_test.php">cache/tests
</directory>
81 <testsuite name=
"core_calendar">
82 <directory suffix=
"_test.php">calendar/tests
</directory>
84 <testsuite name=
"core_enrol">
85 <directory suffix=
"_test.php">enrol/tests
</directory>
87 <testsuite name=
"core_group">
88 <directory suffix=
"_test.php">group/tests
</directory>
90 <testsuite name=
"core_external">
91 <directory suffix=
"_test.php">lib/external/tests
</directory>
93 <testsuite name=
"core_message">
94 <directory suffix=
"_test.php">message/tests
</directory>
96 <testsuite name=
"core_notes">
97 <directory suffix=
"_test.php">notes/tests
</directory>
99 <testsuite name=
"core_rating">
100 <directory suffix=
"_test.php">rating/tests
</directory>
102 <testsuite name=
"core_repository">
103 <directory suffix=
"_test.php">repository/tests
</directory>
105 <testsuite name=
"core_user">
106 <directory suffix=
"_test.php">user/tests
</directory>
108 <testsuite name=
"core_webservice">
109 <directory suffix=
"_test.php">webservice/tests
</directory>
112 <!--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-->
113 <!--@plugin_suites_start@-->
114 <!--@plugin_suites_end@-->