Línea 1... |
Línea 1... |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<phpunit
|
2 |
<phpunit
|
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4 |
xsi:noNamespaceSchemaLocation="lib/phpunit/phpunit.xsd"
|
4 |
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
|
5 |
bootstrap="lib/phpunit/bootstrap.php"
|
5 |
bootstrap="lib/phpunit/bootstrap.php"
|
6 |
convertErrorsToExceptions="true"
|
- |
|
7 |
convertNoticesToExceptions="true"
|
- |
|
8 |
convertWarningsToExceptions="true"
|
- |
|
9 |
processIsolation="false"
|
6 |
processIsolation="false"
|
10 |
backupGlobals="false"
|
7 |
backupGlobals="false"
|
11 |
backupStaticAttributes="false"
|
8 |
cacheResult="false"
|
- |
|
9 |
failOnDeprecation="true"
|
12 |
cacheResult="false"
|
10 |
failOnWarning="true"
|
13 |
stopOnError="false"
|
11 |
stopOnError="false"
|
14 |
stopOnFailure="false"
|
12 |
stopOnFailure="false"
|
15 |
stopOnIncomplete="false"
|
13 |
stopOnIncomplete="false"
|
16 |
stopOnSkipped="false"
|
14 |
stopOnSkipped="false"
|
17 |
beStrictAboutTestsThatDoNotTestAnything="false"
|
15 |
beStrictAboutTestsThatDoNotTestAnything="false"
|
18 |
beStrictAboutOutputDuringTests="true"
|
16 |
beStrictAboutOutputDuringTests="true"
|
- |
|
17 |
cacheDirectory=".phpunit.cache"
|
- |
|
18 |
backupStaticProperties="false"
|
19 |
>
|
19 |
>
|
Línea 20... |
Línea 20... |
20 |
|
20 |
|
21 |
<php>
|
21 |
<php>
|
22 |
<!--<const name="PHPUNIT_LONGTEST" value="1"/> uncomment to execute also slow or otherwise expensive tests-->
|
22 |
<!--<const name="PHPUNIT_LONGTEST" value="1"/> uncomment to execute also slow or otherwise expensive tests-->
|
Línea 34... |
Línea 34... |
34 |
|
34 |
|
35 |
<testsuites>
|
35 |
<testsuites>
|
36 |
<testsuite name="core_phpunit_testsuite">
|
36 |
<testsuite name="core_phpunit_testsuite">
|
37 |
<directory suffix="_test.php">lib/phpunit/tests</directory>
|
37 |
<directory suffix="_test.php">lib/phpunit/tests</directory>
|
- |
|
38 |
<exclude>lib/phpunit/tests/classes</exclude>
|
38 |
<exclude>lib/phpunit/tests/classes</exclude>
|
39 |
<exclude>lib/phpunit/tests/fixtures</exclude>
|
39 |
</testsuite>
|
40 |
</testsuite>
|
40 |
<testsuite name="core_test_testsuite">
|
41 |
<testsuite name="core_test_testsuite">
|
41 |
<directory suffix="_test.php">lib/testing/tests</directory>
|
42 |
<directory suffix="_test.php">lib/testing/tests</directory>
|
- |
|
43 |
<exclude>lib/testing/tests/classes</exclude>
|
42 |
<exclude>lib/testing/tests/classes</exclude>
|
44 |
<exclude>lib/testing/tests/fixtures</exclude>
|
43 |
</testsuite>
|
45 |
</testsuite>
|
44 |
<testsuite name="core_ddl_testsuite">
|
46 |
<testsuite name="core_ddl_testsuite">
|
45 |
<directory suffix="_test.php">lib/ddl/tests</directory>
|
47 |
<directory suffix="_test.php">lib/ddl/tests</directory>
|
- |
|
48 |
<exclude>lib/ddl/tests/classes</exclude>
|
46 |
<exclude>lib/ddl/tests/classes</exclude>
|
49 |
<exclude>lib/ddl/tests/fixtures</exclude>
|
47 |
</testsuite>
|
50 |
</testsuite>
|
48 |
<testsuite name="core_dml_testsuite">
|
51 |
<testsuite name="core_dml_testsuite">
|
49 |
<directory suffix="_test.php">lib/dml/tests</directory>
|
52 |
<directory suffix="_test.php">lib/dml/tests</directory>
|
- |
|
53 |
<exclude>lib/dml/tests/classes</exclude>
|
50 |
<exclude>lib/dml/tests/classes</exclude>
|
54 |
<exclude>lib/dml/tests/fixtures</exclude>
|
51 |
</testsuite>
|
55 |
</testsuite>
|
52 |
<testsuite name="core_testsuite">
|
56 |
<testsuite name="core_testsuite">
|
53 |
<directory suffix="_test.php">lib/tests</directory>
|
57 |
<directory suffix="_test.php">lib/tests</directory>
|
- |
|
58 |
<exclude>lib/tests/classes</exclude>
|
54 |
<exclude>lib/tests/classes</exclude>
|
59 |
<exclude>lib/tests/fixtures</exclude>
|
55 |
<!-- <directory suffix="_test.php">lib/ajax/tests</directory> -->
|
60 |
<!-- <directory suffix="_test.php">lib/ajax/tests</directory> -->
|
56 |
</testsuite>
|
61 |
</testsuite>
|
57 |
<testsuite name="core_external_testsuite">
|
62 |
<testsuite name="core_external_testsuite">
|
58 |
<directory suffix="_test.php">lib/external/tests</directory>
|
63 |
<directory suffix="_test.php">lib/external/tests</directory>
|
- |
|
64 |
<exclude>lib/external/tests/classes</exclude>
|
59 |
<exclude>lib/external/tests/classes</exclude>
|
65 |
<exclude>lib/external/tests/fixtures</exclude>
|
60 |
</testsuite>
|
66 |
</testsuite>
|
61 |
<testsuite name="core_favourites_testsuite">
|
67 |
<testsuite name="core_favourites_testsuite">
|
62 |
<directory suffix="_test.php">favourites/tests</directory>
|
68 |
<directory suffix="_test.php">favourites/tests</directory>
|
- |
|
69 |
<exclude>favourites/tests/classes</exclude>
|
63 |
<exclude>favourites/tests/classes</exclude>
|
70 |
<exclude>favourites/tests/fixtures</exclude>
|
64 |
</testsuite>
|
71 |
</testsuite>
|
65 |
<testsuite name="core_form_testsuite">
|
72 |
<testsuite name="core_form_testsuite">
|
66 |
<directory suffix="_test.php">lib/form/tests</directory>
|
73 |
<directory suffix="_test.php">lib/form/tests</directory>
|
- |
|
74 |
<exclude>lib/form/tests/classes</exclude>
|
67 |
<exclude>lib/form/tests/classes</exclude>
|
75 |
<exclude>lib/form/tests/fixtures</exclude>
|
68 |
</testsuite>
|
76 |
</testsuite>
|
69 |
<testsuite name="core_files_testsuite">
|
77 |
<testsuite name="core_files_testsuite">
|
70 |
<directory suffix="_test.php">lib/filestorage/tests</directory>
|
78 |
<directory suffix="_test.php">lib/filestorage/tests</directory>
|
71 |
<directory suffix="_test.php">lib/filebrowser/tests</directory>
|
79 |
<directory suffix="_test.php">lib/filebrowser/tests</directory>
|
72 |
<directory suffix="_test.php">files/tests</directory>
|
80 |
<directory suffix="_test.php">files/tests</directory>
|
- |
|
81 |
<exclude>lib/filestorage/tests/classes</exclude>
|
73 |
<exclude>lib/filestorage/tests/classes</exclude>
|
82 |
<exclude>lib/filestorage/tests/fixtures</exclude>
|
- |
|
83 |
<exclude>lib/filebrowser/tests/classes</exclude>
|
74 |
<exclude>lib/filebrowser/tests/classes</exclude>
|
84 |
<exclude>lib/filebrowser/tests/fixtures</exclude>
|
- |
|
85 |
<exclude>files/tests/classes</exclude>
|
75 |
<exclude>files/tests/classes</exclude>
|
86 |
<exclude>files/tests/fixtures</exclude>
|
76 |
</testsuite>
|
87 |
</testsuite>
|
77 |
<testsuite name="core_filter_testsuite">
|
88 |
<testsuite name="core_filter_testsuite">
|
78 |
<directory suffix="_test.php">filter/tests</directory>
|
89 |
<directory suffix="_test.php">filter/tests</directory>
|
- |
|
90 |
<exclude>filter/tests/classes</exclude>
|
79 |
<exclude>filter/tests/classes</exclude>
|
91 |
<exclude>filter/tests/fixtures</exclude>
|
80 |
</testsuite>
|
92 |
</testsuite>
|
81 |
<testsuite name="core_role_testsuite">
|
93 |
<testsuite name="core_role_testsuite">
|
82 |
<directory suffix="_test.php">admin/roles/tests</directory>
|
94 |
<directory suffix="_test.php">admin/roles/tests</directory>
|
83 |
<exclude>admin/roles/tests/classes</exclude>
|
95 |
<exclude>admin/roles/tests/classes</exclude>
|
Línea 88... |
Línea 100... |
88 |
</testsuite>
|
100 |
</testsuite>
|
89 |
<testsuite name="core_grades_testsuite">
|
101 |
<testsuite name="core_grades_testsuite">
|
90 |
<directory suffix="_test.php">lib/grade/tests</directory>
|
102 |
<directory suffix="_test.php">lib/grade/tests</directory>
|
91 |
<directory suffix="_test.php">grade/tests</directory>
|
103 |
<directory suffix="_test.php">grade/tests</directory>
|
92 |
<directory suffix="_test.php">grade/grading/tests</directory>
|
104 |
<directory suffix="_test.php">grade/grading/tests</directory>
|
93 |
<directory suffix="_test.php">grade/import/csv/tests</directory>
|
- |
|
94 |
<exclude>lib/grade/tests/classes</exclude>
|
105 |
<exclude>lib/grade/tests/classes</exclude>
|
95 |
<exclude>grade/tests/classes</exclude>
|
106 |
<exclude>grade/tests/classes</exclude>
|
96 |
<exclude>grade/grading/tests/classes</exclude>
|
107 |
<exclude>grade/grading/tests/classes</exclude>
|
97 |
<exclude>grade/import/csv/tests/classes</exclude>
|
- |
|
98 |
</testsuite>
|
108 |
</testsuite>
|
99 |
<testsuite name="core_analytics_testsuite">
|
109 |
<testsuite name="core_analytics_testsuite">
|
100 |
<directory suffix="_test.php">analytics/tests</directory>
|
110 |
<directory suffix="_test.php">analytics/tests</directory>
|
101 |
<exclude>analytics/tests/classes</exclude>
|
111 |
<exclude>analytics/tests/classes</exclude>
|
102 |
</testsuite>
|
112 |
</testsuite>
|
Línea 155... |
Línea 165... |
155 |
<exclude>question/engine/upgrade/tests/classes</exclude>
|
165 |
<exclude>question/engine/upgrade/tests/classes</exclude>
|
156 |
</testsuite>
|
166 |
</testsuite>
|
157 |
<testsuite name="core_cache_testsuite">
|
167 |
<testsuite name="core_cache_testsuite">
|
158 |
<directory suffix="_test.php">cache/tests</directory>
|
168 |
<directory suffix="_test.php">cache/tests</directory>
|
159 |
<exclude>cache/tests/classes</exclude>
|
169 |
<exclude>cache/tests/classes</exclude>
|
- |
|
170 |
<exclude>cache/tests/fixtures</exclude>
|
160 |
</testsuite>
|
171 |
</testsuite>
|
161 |
<testsuite name="core_calendar_testsuite">
|
172 |
<testsuite name="core_calendar_testsuite">
|
162 |
<directory suffix="_test.php">calendar/tests</directory>
|
173 |
<directory suffix="_test.php">calendar/tests</directory>
|
163 |
<exclude>calendar/tests/classes</exclude>
|
174 |
<exclude>calendar/tests/classes</exclude>
|
- |
|
175 |
<exclude>calendar/tests/fixtures</exclude>
|
164 |
</testsuite>
|
176 |
</testsuite>
|
165 |
<testsuite name="core_enrol_testsuite">
|
177 |
<testsuite name="core_enrol_testsuite">
|
166 |
<directory suffix="_test.php">enrol/tests</directory>
|
178 |
<directory suffix="_test.php">enrol/tests</directory>
|
167 |
<exclude>enrol/tests/classes</exclude>
|
179 |
<exclude>enrol/tests/classes</exclude>
|
- |
|
180 |
<exclude>enrol/tests/fixtures</exclude>
|
168 |
</testsuite>
|
181 |
</testsuite>
|
169 |
<testsuite name="core_group_testsuite">
|
182 |
<testsuite name="core_group_testsuite">
|
170 |
<directory suffix="_test.php">group/tests</directory>
|
183 |
<directory suffix="_test.php">group/tests</directory>
|
171 |
<exclude>group/tests/classes</exclude>
|
184 |
<exclude>group/tests/classes</exclude>
|
- |
|
185 |
<exclude>group/tests/fixtures</exclude>
|
172 |
</testsuite>
|
186 |
</testsuite>
|
173 |
<testsuite name="core_message_testsuite">
|
187 |
<testsuite name="core_message_testsuite">
|
174 |
<directory suffix="_test.php">message/tests</directory>
|
188 |
<directory suffix="_test.php">message/tests</directory>
|
175 |
<exclude>message/tests/classes</exclude>
|
189 |
<exclude>message/tests/classes</exclude>
|
- |
|
190 |
<exclude>message/tests/fixtures</exclude>
|
176 |
</testsuite>
|
191 |
</testsuite>
|
177 |
<testsuite name="core_notes_testsuite">
|
192 |
<testsuite name="core_notes_testsuite">
|
178 |
<directory suffix="_test.php">notes/tests</directory>
|
193 |
<directory suffix="_test.php">notes/tests</directory>
|
179 |
<exclude>notes/tests/classes</exclude>
|
194 |
<exclude>notes/tests/classes</exclude>
|
- |
|
195 |
<exclude>notes/tests/fixtures</exclude>
|
180 |
</testsuite>
|
196 |
</testsuite>
|
181 |
<testsuite name="core_tag_testsuite">
|
197 |
<testsuite name="core_tag_testsuite">
|
182 |
<directory suffix="_test.php">tag/tests</directory>
|
198 |
<directory suffix="_test.php">tag/tests</directory>
|
183 |
<exclude>tag/tests/classes</exclude>
|
199 |
<exclude>tag/tests/classes</exclude>
|
- |
|
200 |
<exclude>tag/tests/fixtures</exclude>
|
184 |
</testsuite>
|
201 |
</testsuite>
|
185 |
<testsuite name="core_rating_testsuite">
|
202 |
<testsuite name="core_rating_testsuite">
|
186 |
<directory suffix="_test.php">rating/tests</directory>
|
203 |
<directory suffix="_test.php">rating/tests</directory>
|
187 |
<exclude>rating/tests/classes</exclude>
|
204 |
<exclude>rating/tests/classes</exclude>
|
- |
|
205 |
<exclude>rating/tests/fixtures</exclude>
|
188 |
</testsuite>
|
206 |
</testsuite>
|
189 |
<testsuite name="core_repository_testsuite">
|
207 |
<testsuite name="core_repository_testsuite">
|
190 |
<directory suffix="_test.php">repository/tests</directory>
|
208 |
<directory suffix="_test.php">repository/tests</directory>
|
191 |
<exclude>repository/tests/classes</exclude>
|
209 |
<exclude>repository/tests/classes</exclude>
|
- |
|
210 |
<exclude>repository/tests/fixtures</exclude>
|
192 |
</testsuite>
|
211 |
</testsuite>
|
193 |
<testsuite name="core_userkey_testsuite">
|
212 |
<testsuite name="core_userkey_testsuite">
|
194 |
<directory suffix="_test.php">lib/userkey/tests</directory>
|
213 |
<directory suffix="_test.php">lib/userkey/tests</directory>
|
195 |
<exclude>lib/userkey/tests/classes</exclude>
|
214 |
<exclude>lib/userkey/tests/classes</exclude>
|
- |
|
215 |
<exclude>lib/userkey/tests/fixtures</exclude>
|
196 |
</testsuite>
|
216 |
</testsuite>
|
197 |
<testsuite name="core_user_testsuite">
|
217 |
<testsuite name="core_user_testsuite">
|
198 |
<directory suffix="_test.php">user/tests</directory>
|
218 |
<directory suffix="_test.php">user/tests</directory>
|
199 |
<exclude>user/tests/classes</exclude>
|
219 |
<exclude>user/tests/classes</exclude>
|
- |
|
220 |
<exclude>user/tests/fixtures</exclude>
|
200 |
</testsuite>
|
221 |
</testsuite>
|
201 |
<testsuite name="core_webservice_testsuite">
|
222 |
<testsuite name="core_webservice_testsuite">
|
202 |
<directory suffix="_test.php">webservice/tests</directory>
|
223 |
<directory suffix="_test.php">webservice/tests</directory>
|
203 |
<exclude>webservice/tests/classes</exclude>
|
224 |
<exclude>webservice/tests/classes</exclude>
|
- |
|
225 |
<exclude>webservice/tests/fixtures</exclude>
|
204 |
</testsuite>
|
226 |
</testsuite>
|
205 |
<testsuite name="core_mnet_testsuite">
|
227 |
<testsuite name="core_mnet_testsuite">
|
206 |
<directory suffix="_test.php">mnet/tests</directory>
|
228 |
<directory suffix="_test.php">mnet/tests</directory>
|
207 |
<exclude>mnet/tests/classes</exclude>
|
229 |
<exclude>mnet/tests/classes</exclude>
|
- |
|
230 |
<exclude>mnet/tests/fixtures</exclude>
|
208 |
</testsuite>
|
231 |
</testsuite>
|
209 |
<testsuite name="core_completion_testsuite">
|
232 |
<testsuite name="core_completion_testsuite">
|
210 |
<directory suffix="_test.php">completion/tests</directory>
|
233 |
<directory suffix="_test.php">completion/tests</directory>
|
211 |
<exclude>completion/tests/classes</exclude>
|
234 |
<exclude>completion/tests/classes</exclude>
|
- |
|
235 |
<exclude>completion/tests/fixtures</exclude>
|
212 |
</testsuite>
|
236 |
</testsuite>
|
213 |
<testsuite name="core_comment_testsuite">
|
237 |
<testsuite name="core_comment_testsuite">
|
214 |
<directory suffix="_test.php">comment/tests</directory>
|
238 |
<directory suffix="_test.php">comment/tests</directory>
|
215 |
<exclude>comment/tests/classes</exclude>
|
239 |
<exclude>comment/tests/classes</exclude>
|
- |
|
240 |
<exclude>comment/tests/fixtures</exclude>
|
216 |
</testsuite>
|
241 |
</testsuite>
|
217 |
<testsuite name="core_search_testsuite">
|
242 |
<testsuite name="core_search_testsuite">
|
218 |
<directory suffix="_test.php">search/tests</directory>
|
243 |
<directory suffix="_test.php">search/tests</directory>
|
219 |
<exclude>search/tests/classes</exclude>
|
244 |
<exclude>search/tests/classes</exclude>
|
- |
|
245 |
<exclude>search/tests/fixtures</exclude>
|
220 |
</testsuite>
|
246 |
</testsuite>
|
221 |
<testsuite name="core_competency_testsuite">
|
247 |
<testsuite name="core_competency_testsuite">
|
222 |
<directory suffix="_test.php">competency/tests</directory>
|
248 |
<directory suffix="_test.php">competency/tests</directory>
|
223 |
<exclude>competency/tests/classes</exclude>
|
249 |
<exclude>competency/tests/classes</exclude>
|
- |
|
250 |
<exclude>competency/tests/fixtures</exclude>
|
224 |
</testsuite>
|
251 |
</testsuite>
|
225 |
<testsuite name="core_my_testsuite">
|
252 |
<testsuite name="core_my_testsuite">
|
226 |
<directory suffix="_test.php">my/tests</directory>
|
253 |
<directory suffix="_test.php">my/tests</directory>
|
227 |
<exclude>my/tests/classes</exclude>
|
254 |
<exclude>my/tests/classes</exclude>
|
- |
|
255 |
<exclude>my/tests/fixtures</exclude>
|
228 |
</testsuite>
|
256 |
</testsuite>
|
229 |
<testsuite name="core_auth_testsuite">
|
257 |
<testsuite name="core_auth_testsuite">
|
230 |
<directory suffix="_test.php">auth/tests</directory>
|
258 |
<directory suffix="_test.php">auth/tests</directory>
|
231 |
<exclude>auth/tests/classes</exclude>
|
259 |
<exclude>auth/tests/classes</exclude>
|
- |
|
260 |
<exclude>auth/tests/fixtures</exclude>
|
232 |
</testsuite>
|
261 |
</testsuite>
|
233 |
<testsuite name="core_block_testsuite">
|
262 |
<testsuite name="core_block_testsuite">
|
234 |
<directory suffix="_test.php">blocks/tests</directory>
|
263 |
<directory suffix="_test.php">blocks/tests</directory>
|
235 |
<exclude>blocks/tests/classes</exclude>
|
264 |
<exclude>blocks/tests/classes</exclude>
|
- |
|
265 |
<exclude>blocks/tests/fixtures</exclude>
|
236 |
</testsuite>
|
266 |
</testsuite>
|
237 |
<testsuite name="core_login_testsuite">
|
267 |
<testsuite name="core_login_testsuite">
|
238 |
<directory suffix="_test.php">login/tests</directory>
|
268 |
<directory suffix="_test.php">login/tests</directory>
|
239 |
<exclude>login/tests/classes</exclude>
|
269 |
<exclude>login/tests/classes</exclude>
|
- |
|
270 |
<exclude>login/tests/fixtures</exclude>
|
240 |
</testsuite>
|
271 |
</testsuite>
|
241 |
<testsuite name="core_plagiarism_testsuite">
|
272 |
<testsuite name="core_plagiarism_testsuite">
|
242 |
<directory suffix="_test.php">plagiarism/tests</directory>
|
273 |
<directory suffix="_test.php">plagiarism/tests</directory>
|
243 |
<exclude>plagiarism/tests/classes</exclude>
|
274 |
<exclude>plagiarism/tests/classes</exclude>
|
- |
|
275 |
<exclude>plagiarism/tests/fixtures</exclude>
|
244 |
</testsuite>
|
276 |
</testsuite>
|
245 |
<testsuite name="core_portfolio_testsuite">
|
277 |
<testsuite name="core_portfolio_testsuite">
|
246 |
<directory suffix="_test.php">portfolio/tests</directory>
|
278 |
<directory suffix="_test.php">portfolio/tests</directory>
|
247 |
<exclude>portfolio/tests/classes</exclude>
|
279 |
<exclude>portfolio/tests/classes</exclude>
|
- |
|
280 |
<exclude>portfolio/tests/fixtures</exclude>
|
248 |
</testsuite>
|
281 |
</testsuite>
|
249 |
<testsuite name="core_editor_testsuite">
|
282 |
<testsuite name="core_editor_testsuite">
|
250 |
<directory suffix="_test.php">lib/editor/tests</directory>
|
283 |
<directory suffix="_test.php">lib/editor/tests</directory>
|
251 |
<exclude>lib/editor/tests/classes</exclude>
|
284 |
<exclude>lib/editor/tests/classes</exclude>
|
- |
|
285 |
<exclude>lib/editor/tests/fixtures</exclude>
|
252 |
</testsuite>
|
286 |
</testsuite>
|
253 |
<testsuite name="core_rss_testsuite">
|
287 |
<testsuite name="core_rss_testsuite">
|
254 |
<directory suffix="_test.php">rss/tests</directory>
|
288 |
<directory suffix="_test.php">rss/tests</directory>
|
255 |
<exclude>rss/tests/classes</exclude>
|
289 |
<exclude>rss/tests/classes</exclude>
|
- |
|
290 |
<exclude>rss/tests/fixtures</exclude>
|
256 |
</testsuite>
|
291 |
</testsuite>
|
257 |
<testsuite name="core_table_testsuite">
|
292 |
<testsuite name="core_table_testsuite">
|
258 |
<directory suffix="_test.php">lib/table/tests</directory>
|
293 |
<directory suffix="_test.php">lib/table/tests</directory>
|
259 |
<exclude>lib/table/tests/classes</exclude>
|
294 |
<exclude>lib/table/tests/classes</exclude>
|
- |
|
295 |
<exclude>lib/table/tests/fixtures</exclude>
|
260 |
</testsuite>
|
296 |
</testsuite>
|
261 |
<testsuite name="core_h5p_testsuite">
|
297 |
<testsuite name="core_h5p_testsuite">
|
262 |
<directory suffix="_test.php">h5p/tests</directory>
|
298 |
<directory suffix="_test.php">h5p/tests</directory>
|
263 |
<exclude>h5p/tests/classes</exclude>
|
299 |
<exclude>h5p/tests/classes</exclude>
|
- |
|
300 |
<exclude>h5p/tests/fixtures</exclude>
|
264 |
</testsuite>
|
301 |
</testsuite>
|
265 |
<testsuite name="core_xapi_testsuite">
|
302 |
<testsuite name="core_xapi_testsuite">
|
266 |
<directory suffix="_test.php">lib/xapi/tests</directory>
|
303 |
<directory suffix="_test.php">lib/xapi/tests</directory>
|
267 |
<exclude>lib/xapi/tests/classes</exclude>
|
304 |
<exclude>lib/xapi/tests/classes</exclude>
|
- |
|
305 |
<exclude>lib/xapi/tests/fixtures</exclude>
|
268 |
</testsuite>
|
306 |
</testsuite>
|
269 |
<testsuite name="core_contentbank_testsuite">
|
307 |
<testsuite name="core_contentbank_testsuite">
|
270 |
<directory suffix="_test.php">contentbank/tests</directory>
|
308 |
<directory suffix="_test.php">contentbank/tests</directory>
|
271 |
<exclude>contentbank/tests/classes</exclude>
|
309 |
<exclude>contentbank/tests/classes</exclude>
|
- |
|
310 |
<exclude>contentbank/tests/fixtures</exclude>
|
272 |
</testsuite>
|
311 |
</testsuite>
|
273 |
<testsuite name="core_payment_testsuite">
|
312 |
<testsuite name="core_payment_testsuite">
|
274 |
<directory suffix="_test.php">payment/tests</directory>
|
313 |
<directory suffix="_test.php">payment/tests</directory>
|
275 |
<exclude>payment/tests/classes</exclude>
|
314 |
<exclude>payment/tests/classes</exclude>
|
- |
|
315 |
<exclude>payment/tests/fixtures</exclude>
|
276 |
</testsuite>
|
316 |
</testsuite>
|
277 |
<testsuite name="core_reportbuilder_testsuite">
|
317 |
<testsuite name="core_reportbuilder_testsuite">
|
278 |
<directory suffix="_test.php">reportbuilder/tests</directory>
|
318 |
<directory suffix="_test.php">reportbuilder/tests</directory>
|
279 |
<exclude>reportbuilder/tests/classes</exclude>
|
319 |
<exclude>reportbuilder/tests/classes</exclude>
|
- |
|
320 |
<exclude>reportbuilder/tests/fixtures</exclude>
|
280 |
</testsuite>
|
321 |
</testsuite>
|
281 |
<testsuite name="core_adminpresets_testsuite">
|
322 |
<testsuite name="core_adminpresets_testsuite">
|
282 |
<directory suffix="_test.php">admin/presets/tests</directory>
|
323 |
<directory suffix="_test.php">admin/presets/tests</directory>
|
283 |
<exclude>admin/presets/tests/classes</exclude>
|
324 |
<exclude>admin/presets/tests/classes</exclude>
|
- |
|
325 |
<exclude>admin/presets/tests/fixtures</exclude>
|
284 |
</testsuite>
|
326 |
</testsuite>
|
285 |
<testsuite name="core_admin_testsuite">
|
327 |
<testsuite name="core_admin_testsuite">
|
286 |
<directory suffix="_test.php">admin/tests</directory>
|
328 |
<directory suffix="_test.php">admin/tests</directory>
|
287 |
<exclude>admin/tests/classes</exclude>
|
329 |
<exclude>admin/tests/classes</exclude>
|
- |
|
330 |
<exclude>admin/tests/fixtures</exclude>
|
288 |
</testsuite>
|
331 |
</testsuite>
|
289 |
<testsuite name="core_communication_testsuite">
|
332 |
<testsuite name="core_communication_testsuite">
|
290 |
<directory suffix="_test.php">communication/tests</directory>
|
333 |
<directory suffix="_test.php">communication/tests</directory>
|
291 |
<exclude>communication/tests/classes</exclude>
|
334 |
<exclude>communication/tests/classes</exclude>
|
- |
|
335 |
<exclude>communication/tests/fixtures</exclude>
|
- |
|
336 |
</testsuite>
|
- |
|
337 |
<testsuite name="core_ai_testsuite">
|
- |
|
338 |
<directory suffix="_test.php">ai/tests</directory>
|
- |
|
339 |
<exclude>ai/tests/classes</exclude>
|
- |
|
340 |
<exclude>ai/tests/fixtures</exclude>
|
- |
|
341 |
</testsuite>
|
- |
|
342 |
<testsuite name="core_sms_testsuite">
|
- |
|
343 |
<directory suffix="_test.php">sms/tests</directory>
|
- |
|
344 |
<exclude>sms/tests/classes</exclude>
|
- |
|
345 |
<exclude>sms/tests/fixtures</exclude>
|
292 |
</testsuite>
|
346 |
</testsuite>
|
Línea 293... |
Línea 347... |
293 |
|
347 |
|
294 |
<!--Plugin suites: use admin/tool/phpunit/cli/util.php to build phpunit.xml from
|
348 |
<!--Plugin suites: use admin/tool/phpunit/cli/util.php to build phpunit.xml from
|
Línea 295... |
Línea 349... |
295 |
phpunit.xml.dist with up-to-date list of plugins in current install-->
|
349 |
phpunit.xml.dist with up-to-date list of plugins in current install-->
|
296 |
|
350 |
|
297 |
<!--@plugin_suites_start@-->
|
351 |
<!--@plugin_suites_start@-->
|
Línea 298... |
Línea 352... |
298 |
<!--@plugin_suites_end@-->
|
352 |
<!--@plugin_suites_end@-->
|
299 |
</testsuites>
|
353 |
</testsuites>
|
300 |
|
354 |
|
Línea 301... |
Línea 355... |
301 |
<coverage>
|
355 |
<source>
|