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"
18 printerClass=
"Hint_ResultPrinter"
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_db">
32 <directory suffix=
"_test.php">lib/ddl/tests
</directory>
33 <directory suffix=
"_test.php">lib/dml/tests
</directory>
35 <testsuite name=
"core_lib">
36 <directory suffix=
"_test.php">lib/tests
</directory>
37 <directory suffix=
"_test.php">lib/ajax/tests
</directory>
38 <directory suffix=
"_test.php">lib/form/tests
</directory>
40 <testsuite name=
"core_files">
41 <directory suffix=
"_test.php">lib/filestorage/tests
</directory>
43 <testsuite name=
"core_grade">
44 <directory suffix=
"_test.php">lib/grade/tests
</directory>
45 <directory suffix=
"_test.php">grade/tests
</directory>
46 <directory suffix=
"_test.php">grade/grading/tests
</directory>
48 <testsuite name=
"core_backup">
49 <directory suffix=
"_test.php">backup/controller/tests
</directory>
50 <directory suffix=
"_test.php">backup/converter/moodle1/tests
</directory>
51 <directory suffix=
"_test.php">backup/util
</directory>
53 <testsuite name=
"core_blog">
54 <directory suffix=
"_test.php">blog/tests
</directory>
56 <testsuite name=
"core_iplookup">
57 <directory suffix=
"_test.php">iplookup/tests
</directory>
59 <testsuite name=
"core_course">
60 <directory suffix=
"_test.php">course/tests
</directory>
62 <testsuite name=
"core_question">
63 <directory suffix=
"_test.php">question/engine/tests
</directory>
64 <directory suffix=
"_test.php">question/tests
</directory>
65 <directory suffix=
"_test.php">question/type/tests
</directory>
68 <!--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-->
69 <!--@plugin_suites_start@-->
70 <!--@plugin_suites_end@-->