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"
20 <!--All core suites need to be manually added here-->
23 <testsuite name=
"core_db">
24 <directory suffix=
"_test.php">lib/ddl/tests
</directory>
25 <directory suffix=
"_test.php">lib/dml/tests
</directory>
27 <testsuite name=
"core_lib">
28 <directory suffix=
"_test.php">lib/tests
</directory>
29 <directory suffix=
"_test.php">lib/ajax/tests
</directory>
30 <directory suffix=
"_test.php">lib/form/tests
</directory>
32 <testsuite name=
"core_files">
33 <directory suffix=
"_test.php">lib/filestorage/tests
</directory>
35 <testsuite name=
"core_grade">
36 <directory suffix=
"_test.php">lib/grade/tests
</directory>
37 <directory suffix=
"_test.php">grade/tests
</directory>
38 <directory suffix=
"_test.php">grade/grading/tests
</directory>
40 <testsuite name=
"core_backup">
41 <directory suffix=
"_test.php">backup/controller/tests
</directory>
42 <directory suffix=
"_test.php">backup/converter/moodle1/tests
</directory>
43 <directory suffix=
"_test.php">backup/util
</directory>
45 <testsuite name=
"core_blog">
46 <directory suffix=
"_test.php">blog/tests
</directory>
48 <testsuite name=
"core_course">
49 <directory suffix=
"_test.php">course/tests
</directory>
51 <testsuite name=
"core_question">
52 <directory suffix=
"_test.php">question/engine/tests
</directory>
53 <directory suffix=
"_test.php">question/tests
</directory>
54 <directory suffix=
"_test.php">question/type/tests
</directory>
57 <!--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-->
58 <!--@plugin_suites_start@-->
59 <!--@plugin_suites_end@-->