Commit | Line | Data |
---|---|---|
6aaae357 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
5bd40408 | 2 | <phpunit |
6aaae357 PS |
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | xsi:noNamespaceSchemaLocation="lib/phpunit/phpunit.xsd" | |
5bd40408 | 5 | bootstrap="lib/phpunit/bootstrap.php" |
5bd40408 PS |
6 | convertErrorsToExceptions="true" |
7 | convertNoticesToExceptions="true" | |
8 | convertWarningsToExceptions="true" | |
9 | processIsolation="false" | |
10 | backupGlobals="false" | |
11 | backupStaticAttributes="false" | |
12 | stopOnError="false" | |
13 | stopOnFailure="false" | |
14 | stopOnIncomplete="false" | |
15 | stopOnSkipped="false" | |
16 | strict="false" | |
ed7259d1 | 17 | printerClass="Hint_ResultPrinter" |
d44e0aa3 | 18 | testSuiteLoaderClass="phpunit_autoloader" |
5bd40408 PS |
19 | > |
20 | ||
1d4d115a PS |
21 | <php> |
22 | <!--<const name="PHPUNIT_LONGTEST" value="1"/> uncomment to execute also slow or otherwise expensive tests--> | |
23 | </php> | |
24 | ||
7aea08e1 | 25 | <!--All core suites need to be manually added here--> |
5bd40408 PS |
26 | |
27 | <testsuites> | |
08ad3257 PS |
28 | <testsuite name="core_phpunit"> |
29 | <directory suffix="_test.php">lib/phpunit/tests</directory> | |
30 | </testsuite> | |
5c3c2c81 DM |
31 | <testsuite name="core_test"> |
32 | <directory suffix="_test.php">lib/testing/tests</directory> | |
33 | </testsuite> | |
8252b7c2 | 34 | <testsuite name="core_ddl"> |
fe11e694 | 35 | <directory suffix="_test.php">lib/ddl/tests</directory> |
8252b7c2 PS |
36 | </testsuite> |
37 | <testsuite name="core_dml"> | |
fe11e694 PS |
38 | <directory suffix="_test.php">lib/dml/tests</directory> |
39 | </testsuite> | |
8252b7c2 | 40 | <testsuite name="core"> |
5bd40408 | 41 | <directory suffix="_test.php">lib/tests</directory> |
a3d5830a | 42 | <directory suffix="_test.php">lib/ajax/tests</directory> |
ec2d8ceb | 43 | <directory>lib/password_compat/tests</directory> |
a3d5830a | 44 | </testsuite> |
1eb13556 PS |
45 | <testsuite name="core_form"> |
46 | <directory suffix="_test.php">lib/form/tests</directory> | |
47 | </testsuite> | |
8f110835 DM |
48 | <testsuite name="core_files"> |
49 | <directory suffix="_test.php">lib/filestorage/tests</directory> | |
11f20be7 | 50 | <directory suffix="_test.php">files/tests</directory> |
8f110835 | 51 | </testsuite> |
5e72efd4 PS |
52 | <testsuite name="core_role"> |
53 | <directory suffix="_test.php">admin/roles/tests</directory> | |
54 | </testsuite> | |
4729332b PS |
55 | <testsuite name="core_cohort"> |
56 | <directory suffix="_test.php">cohort/tests</directory> | |
57 | </testsuite> | |
948d46da PS |
58 | <testsuite name="core_grade"> |
59 | <directory suffix="_test.php">lib/grade/tests</directory> | |
60 | <directory suffix="_test.php">grade/tests</directory> | |
61 | <directory suffix="_test.php">grade/grading/tests</directory> | |
62 | </testsuite> | |
dbf5a447 PS |
63 | <testsuite name="core_backup"> |
64 | <directory suffix="_test.php">backup/controller/tests</directory> | |
65 | <directory suffix="_test.php">backup/converter/moodle1/tests</directory> | |
66 | <directory suffix="_test.php">backup/util</directory> | |
67 | </testsuite> | |
27806552 YB |
68 | <testsuite name="core_badges"> |
69 | <directory suffix="_test.php">badges/tests</directory> | |
70 | </testsuite> | |
1cbf2a20 PS |
71 | <testsuite name="core_blog"> |
72 | <directory suffix="_test.php">blog/tests</directory> | |
73 | </testsuite> | |
64b0f3ab PS |
74 | <testsuite name="core_iplookup"> |
75 | <directory suffix="_test.php">iplookup/tests</directory> | |
76 | </testsuite> | |
354b214c PS |
77 | <testsuite name="core_course"> |
78 | <directory suffix="_test.php">course/tests</directory> | |
79 | </testsuite> | |
603bd001 PS |
80 | <testsuite name="core_question"> |
81 | <directory suffix="_test.php">question/engine/tests</directory> | |
82 | <directory suffix="_test.php">question/tests</directory> | |
83 | <directory suffix="_test.php">question/type/tests</directory> | |
b3778a0d | 84 | <directory suffix="_test.php">question/engine/upgrade/tests</directory> |
603bd001 | 85 | </testsuite> |
d6a1f63b SH |
86 | <testsuite name="core_cache"> |
87 | <directory suffix="_test.php">cache/tests</directory> | |
88 | </testsuite> | |
644a7ef7 AA |
89 | <testsuite name="core_calendar"> |
90 | <directory suffix="_test.php">calendar/tests</directory> | |
91 | </testsuite> | |
b3778a0d DP |
92 | <testsuite name="core_enrol"> |
93 | <directory suffix="_test.php">enrol/tests</directory> | |
94 | </testsuite> | |
95 | <testsuite name="core_group"> | |
96 | <directory suffix="_test.php">group/tests</directory> | |
97 | </testsuite> | |
98 | <testsuite name="core_external"> | |
99 | <directory suffix="_test.php">lib/external/tests</directory> | |
100 | </testsuite> | |
101 | <testsuite name="core_message"> | |
102 | <directory suffix="_test.php">message/tests</directory> | |
103 | </testsuite> | |
b3778a0d DP |
104 | <testsuite name="core_notes"> |
105 | <directory suffix="_test.php">notes/tests</directory> | |
106 | </testsuite> | |
107 | <testsuite name="core_rating"> | |
108 | <directory suffix="_test.php">rating/tests</directory> | |
109 | </testsuite> | |
110 | <testsuite name="core_repository"> | |
111 | <directory suffix="_test.php">repository/tests</directory> | |
112 | </testsuite> | |
113 | <testsuite name="core_user"> | |
114 | <directory suffix="_test.php">user/tests</directory> | |
115 | </testsuite> | |
116 | <testsuite name="core_webservice"> | |
117 | <directory suffix="_test.php">webservice/tests</directory> | |
118 | </testsuite> | |
5bd40408 | 119 | |
a3d5830a | 120 | <!--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--> |
7aea08e1 SH |
121 | <!--@plugin_suites_start@--> |
122 | <!--@plugin_suites_end@--> | |
5bd40408 | 123 | |
a3d5830a PS |
124 | </testsuites> |
125 | ||
5bd40408 | 126 | </phpunit> |