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"
19 printerFile=
"lib/phpunit/classes/hint_resultprinter.php"
23 <!--<const name="PHPUNIT_LONGTEST" value="1"/> uncomment to execute also slow or otherwise expensive tests-->
26 <!--All core suites need to be manually added here-->
29 <testsuite name=
"core_phpunit">
30 <directory suffix=
"_test.php">lib/phpunit/tests
</directory>
32 <testsuite name=
"core_db">
33 <directory suffix=
"_test.php">lib/ddl/tests
</directory>
34 <directory suffix=
"_test.php">lib/dml/tests
</directory>
36 <testsuite name=
"core_lib">
37 <directory suffix=
"_test.php">lib/tests
</directory>
38 <directory suffix=
"_test.php">lib/ajax/tests
</directory>
39 <directory suffix=
"_test.php">lib/form/tests
</directory>
41 <testsuite name=
"core_files">
42 <directory suffix=
"_test.php">lib/filestorage/tests
</directory>
44 <testsuite name=
"core_grade">
45 <directory suffix=
"_test.php">lib/grade/tests
</directory>
46 <directory suffix=
"_test.php">grade/tests
</directory>
47 <directory suffix=
"_test.php">grade/grading/tests
</directory>
49 <testsuite name=
"core_backup">
50 <directory suffix=
"_test.php">backup/controller/tests
</directory>
51 <directory suffix=
"_test.php">backup/converter/moodle1/tests
</directory>
52 <directory suffix=
"_test.php">backup/util
</directory>
54 <testsuite name=
"core_blog">
55 <directory suffix=
"_test.php">blog/tests
</directory>
57 <testsuite name=
"core_iplookup">
58 <directory suffix=
"_test.php">iplookup/tests
</directory>
60 <testsuite name=
"core_course">
61 <directory suffix=
"_test.php">course/tests
</directory>
63 <testsuite name=
"core_question">
64 <directory suffix=
"_test.php">question/engine/tests
</directory>
65 <directory suffix=
"_test.php">question/tests
</directory>
66 <directory suffix=
"_test.php">question/type/tests
</directory>
69 <!--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-->
70 <!--@plugin_suites_start@-->
71 <!--@plugin_suites_end@-->