Línea 33... |
Línea 33... |
33 |
<!--All core suites need to be manually added here-->
|
33 |
<!--All core suites need to be manually added here-->
|
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 |
</testsuite>
|
39 |
</testsuite>
|
39 |
<testsuite name="core_test_testsuite">
|
40 |
<testsuite name="core_test_testsuite">
|
- |
|
41 |
<directory suffix="_test.php">lib/testing/tests</directory>
|
40 |
<directory suffix="_test.php">lib/testing/tests</directory>
|
42 |
<exclude>lib/testing/tests/classes</exclude>
|
41 |
</testsuite>
|
43 |
</testsuite>
|
42 |
<testsuite name="core_ddl_testsuite">
|
44 |
<testsuite name="core_ddl_testsuite">
|
- |
|
45 |
<directory suffix="_test.php">lib/ddl/tests</directory>
|
43 |
<directory suffix="_test.php">lib/ddl/tests</directory>
|
46 |
<exclude>lib/ddl/tests/classes</exclude>
|
44 |
</testsuite>
|
47 |
</testsuite>
|
45 |
<testsuite name="core_dml_testsuite">
|
48 |
<testsuite name="core_dml_testsuite">
|
- |
|
49 |
<directory suffix="_test.php">lib/dml/tests</directory>
|
46 |
<directory suffix="_test.php">lib/dml/tests</directory>
|
50 |
<exclude>lib/dml/tests/classes</exclude>
|
47 |
</testsuite>
|
51 |
</testsuite>
|
48 |
<testsuite name="core_testsuite">
|
52 |
<testsuite name="core_testsuite">
|
- |
|
53 |
<directory suffix="_test.php">lib/tests</directory>
|
49 |
<directory suffix="_test.php">lib/tests</directory>
|
54 |
<exclude>lib/tests/classes</exclude>
|
50 |
<!-- <directory suffix="_test.php">lib/ajax/tests</directory> -->
|
55 |
<!-- <directory suffix="_test.php">lib/ajax/tests</directory> -->
|
51 |
</testsuite>
|
56 |
</testsuite>
|
52 |
<testsuite name="core_external_testsuite">
|
57 |
<testsuite name="core_external_testsuite">
|
- |
|
58 |
<directory suffix="_test.php">lib/external/tests</directory>
|
53 |
<directory suffix="_test.php">lib/external/tests</directory>
|
59 |
<exclude>lib/external/tests/classes</exclude>
|
54 |
</testsuite>
|
60 |
</testsuite>
|
55 |
<testsuite name="core_favourites_testsuite">
|
61 |
<testsuite name="core_favourites_testsuite">
|
- |
|
62 |
<directory suffix="_test.php">favourites/tests</directory>
|
56 |
<directory suffix="_test.php">favourites/tests</directory>
|
63 |
<exclude>favourites/tests/classes</exclude>
|
57 |
</testsuite>
|
64 |
</testsuite>
|
58 |
<testsuite name="core_form_testsuite">
|
65 |
<testsuite name="core_form_testsuite">
|
- |
|
66 |
<directory suffix="_test.php">lib/form/tests</directory>
|
59 |
<directory suffix="_test.php">lib/form/tests</directory>
|
67 |
<exclude>lib/form/tests/classes</exclude>
|
60 |
</testsuite>
|
68 |
</testsuite>
|
61 |
<testsuite name="core_files_testsuite">
|
69 |
<testsuite name="core_files_testsuite">
|
62 |
<directory suffix="_test.php">lib/filestorage/tests</directory>
|
70 |
<directory suffix="_test.php">lib/filestorage/tests</directory>
|
63 |
<directory suffix="_test.php">lib/filebrowser/tests</directory>
|
71 |
<directory suffix="_test.php">lib/filebrowser/tests</directory>
|
- |
|
72 |
<directory suffix="_test.php">files/tests</directory>
|
- |
|
73 |
<exclude>lib/filestorage/tests/classes</exclude>
|
- |
|
74 |
<exclude>lib/filebrowser/tests/classes</exclude>
|
64 |
<directory suffix="_test.php">files/tests</directory>
|
75 |
<exclude>files/tests/classes</exclude>
|
65 |
</testsuite>
|
76 |
</testsuite>
|
66 |
<testsuite name="core_filter_testsuite">
|
77 |
<testsuite name="core_filter_testsuite">
|
- |
|
78 |
<directory suffix="_test.php">filter/tests</directory>
|
67 |
<directory suffix="_test.php">filter/tests</directory>
|
79 |
<exclude>filter/tests/classes</exclude>
|
68 |
</testsuite>
|
80 |
</testsuite>
|
69 |
<testsuite name="core_role_testsuite">
|
81 |
<testsuite name="core_role_testsuite">
|
- |
|
82 |
<directory suffix="_test.php">admin/roles/tests</directory>
|
70 |
<directory suffix="_test.php">admin/roles/tests</directory>
|
83 |
<exclude>admin/roles/tests/classes</exclude>
|
71 |
</testsuite>
|
84 |
</testsuite>
|
72 |
<testsuite name="core_cohort_testsuite">
|
85 |
<testsuite name="core_cohort_testsuite">
|
- |
|
86 |
<directory suffix="_test.php">cohort/tests</directory>
|
73 |
<directory suffix="_test.php">cohort/tests</directory>
|
87 |
<exclude>cohort/tests/classes</exclude>
|
74 |
</testsuite>
|
88 |
</testsuite>
|
75 |
<testsuite name="core_grades_testsuite">
|
89 |
<testsuite name="core_grades_testsuite">
|
76 |
<directory suffix="_test.php">lib/grade/tests</directory>
|
90 |
<directory suffix="_test.php">lib/grade/tests</directory>
|
77 |
<directory suffix="_test.php">grade/tests</directory>
|
91 |
<directory suffix="_test.php">grade/tests</directory>
|
78 |
<directory suffix="_test.php">grade/grading/tests</directory>
|
92 |
<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>
|
- |
|
95 |
<exclude>grade/tests/classes</exclude>
|
- |
|
96 |
<exclude>grade/grading/tests/classes</exclude>
|
79 |
<directory suffix="_test.php">grade/import/csv/tests</directory>
|
97 |
<exclude>grade/import/csv/tests/classes</exclude>
|
80 |
</testsuite>
|
98 |
</testsuite>
|
81 |
<testsuite name="core_analytics_testsuite">
|
99 |
<testsuite name="core_analytics_testsuite">
|
- |
|
100 |
<directory suffix="_test.php">analytics/tests</directory>
|
82 |
<directory suffix="_test.php">analytics/tests</directory>
|
101 |
<exclude>analytics/tests/classes</exclude>
|
83 |
</testsuite>
|
102 |
</testsuite>
|
84 |
<testsuite name="core_availability_testsuite">
|
103 |
<testsuite name="core_availability_testsuite">
|
- |
|
104 |
<directory suffix="_test.php">availability/tests</directory>
|
85 |
<directory suffix="_test.php">availability/tests</directory>
|
105 |
<exclude>availability/tests/classes</exclude>
|
86 |
</testsuite>
|
106 |
</testsuite>
|
87 |
<testsuite name="core_backup_testsuite">
|
107 |
<testsuite name="core_backup_testsuite">
|
88 |
<directory suffix="_test.php">backup/controller/tests</directory>
|
108 |
<directory suffix="_test.php">backup/controller/tests</directory>
|
89 |
<directory suffix="_test.php">backup/converter/moodle1/tests</directory>
|
109 |
<directory suffix="_test.php">backup/converter/moodle1/tests</directory>
|
90 |
<directory suffix="_test.php">backup/moodle2/tests</directory>
|
110 |
<directory suffix="_test.php">backup/moodle2/tests</directory>
|
91 |
<directory suffix="_test.php">backup/tests</directory>
|
111 |
<directory suffix="_test.php">backup/tests</directory>
|
- |
|
112 |
<directory suffix="_test.php">backup/util</directory>
|
- |
|
113 |
<exclude>backup/controller/tests/classes</exclude>
|
- |
|
114 |
<exclude>backup/converter/moodle1/tests/classes</exclude>
|
- |
|
115 |
<exclude>backup/moodle2/tests/classes</exclude>
|
- |
|
116 |
<exclude>backup/tests/classes</exclude>
|
92 |
<directory suffix="_test.php">backup/util</directory>
|
117 |
<exclude>backup/util/classes</exclude>
|
93 |
</testsuite>
|
118 |
</testsuite>
|
94 |
<testsuite name="core_badges_testsuite">
|
119 |
<testsuite name="core_badges_testsuite">
|
- |
|
120 |
<directory suffix="_test.php">badges/tests</directory>
|
95 |
<directory suffix="_test.php">badges/tests</directory>
|
121 |
<exclude>badges/tests/classes</exclude>
|
96 |
</testsuite>
|
122 |
</testsuite>
|
97 |
<testsuite name="core_blog_testsuite">
|
123 |
<testsuite name="core_blog_testsuite">
|
- |
|
124 |
<directory suffix="_test.php">blog/tests</directory>
|
98 |
<directory suffix="_test.php">blog/tests</directory>
|
125 |
<exclude>blog/tests/classes</exclude>
|
99 |
</testsuite>
|
126 |
</testsuite>
|
100 |
<testsuite name="core_customfield_testsuite">
|
127 |
<testsuite name="core_customfield_testsuite">
|
- |
|
128 |
<directory suffix="_test.php">customfield/tests</directory>
|
101 |
<directory suffix="_test.php">customfield/tests</directory>
|
129 |
<exclude>customfield/tests/classes</exclude>
|
102 |
</testsuite>
|
130 |
</testsuite>
|
103 |
<testsuite name="core_iplookup_testsuite">
|
131 |
<testsuite name="core_iplookup_testsuite">
|
- |
|
132 |
<directory suffix="_test.php">iplookup/tests</directory>
|
104 |
<directory suffix="_test.php">iplookup/tests</directory>
|
133 |
<exclude>iplookup/tests/classes</exclude>
|
105 |
</testsuite>
|
134 |
</testsuite>
|
106 |
<testsuite name="core_course_testsuite">
|
135 |
<testsuite name="core_course_testsuite">
|
- |
|
136 |
<directory suffix="_test.php">course/tests</directory>
|
107 |
<directory suffix="_test.php">course/tests</directory>
|
137 |
<exclude>course/tests/classes</exclude>
|
108 |
</testsuite>
|
138 |
</testsuite>
|
109 |
<testsuite name="core_courseformat_testsuite">
|
139 |
<testsuite name="core_courseformat_testsuite">
|
- |
|
140 |
<directory suffix="_test.php">course/format/tests</directory>
|
110 |
<directory suffix="_test.php">course/format/tests</directory>
|
141 |
<exclude>course/format/tests/classes</exclude>
|
111 |
</testsuite>
|
142 |
</testsuite>
|
112 |
<testsuite name="core_privacy_testsuite">
|
143 |
<testsuite name="core_privacy_testsuite">
|
- |
|
144 |
<directory suffix="_test.php">privacy/tests</directory>
|
113 |
<directory suffix="_test.php">privacy/tests</directory>
|
145 |
<exclude>privacy/tests/classes</exclude>
|
114 |
</testsuite>
|
146 |
</testsuite>
|
115 |
<testsuite name="core_question_testsuite">
|
147 |
<testsuite name="core_question_testsuite">
|
116 |
<directory suffix="_test.php">question/engine/tests</directory>
|
148 |
<directory suffix="_test.php">question/engine/tests</directory>
|
117 |
<directory suffix="_test.php">question/tests</directory>
|
149 |
<directory suffix="_test.php">question/tests</directory>
|
118 |
<directory suffix="_test.php">question/type/tests</directory>
|
150 |
<directory suffix="_test.php">question/type/tests</directory>
|
- |
|
151 |
<directory suffix="_test.php">question/engine/upgrade/tests</directory>
|
- |
|
152 |
<exclude>question/engine/tests/classes</exclude>
|
- |
|
153 |
<exclude>question/tests/classes</exclude>
|
- |
|
154 |
<exclude>question/type/tests/classes</exclude>
|
119 |
<directory suffix="_test.php">question/engine/upgrade/tests</directory>
|
155 |
<exclude>question/engine/upgrade/tests/classes</exclude>
|
120 |
</testsuite>
|
156 |
</testsuite>
|
121 |
<testsuite name="core_cache_testsuite">
|
157 |
<testsuite name="core_cache_testsuite">
|
- |
|
158 |
<directory suffix="_test.php">cache/tests</directory>
|
122 |
<directory suffix="_test.php">cache/tests</directory>
|
159 |
<exclude>cache/tests/classes</exclude>
|
123 |
</testsuite>
|
160 |
</testsuite>
|
124 |
<testsuite name="core_calendar_testsuite">
|
161 |
<testsuite name="core_calendar_testsuite">
|
- |
|
162 |
<directory suffix="_test.php">calendar/tests</directory>
|
125 |
<directory suffix="_test.php">calendar/tests</directory>
|
163 |
<exclude>calendar/tests/classes</exclude>
|
126 |
</testsuite>
|
164 |
</testsuite>
|
127 |
<testsuite name="core_enrol_testsuite">
|
165 |
<testsuite name="core_enrol_testsuite">
|
- |
|
166 |
<directory suffix="_test.php">enrol/tests</directory>
|
128 |
<directory suffix="_test.php">enrol/tests</directory>
|
167 |
<exclude>enrol/tests/classes</exclude>
|
129 |
</testsuite>
|
168 |
</testsuite>
|
130 |
<testsuite name="core_group_testsuite">
|
169 |
<testsuite name="core_group_testsuite">
|
- |
|
170 |
<directory suffix="_test.php">group/tests</directory>
|
131 |
<directory suffix="_test.php">group/tests</directory>
|
171 |
<exclude>group/tests/classes</exclude>
|
132 |
</testsuite>
|
172 |
</testsuite>
|
133 |
<testsuite name="core_message_testsuite">
|
173 |
<testsuite name="core_message_testsuite">
|
- |
|
174 |
<directory suffix="_test.php">message/tests</directory>
|
134 |
<directory suffix="_test.php">message/tests</directory>
|
175 |
<exclude>message/tests/classes</exclude>
|
135 |
</testsuite>
|
176 |
</testsuite>
|
136 |
<testsuite name="core_notes_testsuite">
|
177 |
<testsuite name="core_notes_testsuite">
|
- |
|
178 |
<directory suffix="_test.php">notes/tests</directory>
|
137 |
<directory suffix="_test.php">notes/tests</directory>
|
179 |
<exclude>notes/tests/classes</exclude>
|
138 |
</testsuite>
|
180 |
</testsuite>
|
139 |
<testsuite name="core_tag_testsuite">
|
181 |
<testsuite name="core_tag_testsuite">
|
- |
|
182 |
<directory suffix="_test.php">tag/tests</directory>
|
140 |
<directory suffix="_test.php">tag/tests</directory>
|
183 |
<exclude>tag/tests/classes</exclude>
|
141 |
</testsuite>
|
184 |
</testsuite>
|
142 |
<testsuite name="core_rating_testsuite">
|
185 |
<testsuite name="core_rating_testsuite">
|
- |
|
186 |
<directory suffix="_test.php">rating/tests</directory>
|
143 |
<directory suffix="_test.php">rating/tests</directory>
|
187 |
<exclude>rating/tests/classes</exclude>
|
144 |
</testsuite>
|
188 |
</testsuite>
|
145 |
<testsuite name="core_repository_testsuite">
|
189 |
<testsuite name="core_repository_testsuite">
|
- |
|
190 |
<directory suffix="_test.php">repository/tests</directory>
|
146 |
<directory suffix="_test.php">repository/tests</directory>
|
191 |
<exclude>repository/tests/classes</exclude>
|
147 |
</testsuite>
|
192 |
</testsuite>
|
148 |
<testsuite name="core_userkey_testsuite">
|
193 |
<testsuite name="core_userkey_testsuite">
|
- |
|
194 |
<directory suffix="_test.php">lib/userkey/tests</directory>
|
149 |
<directory suffix="_test.php">lib/userkey/tests</directory>
|
195 |
<exclude>lib/userkey/tests/classes</exclude>
|
150 |
</testsuite>
|
196 |
</testsuite>
|
151 |
<testsuite name="core_user_testsuite">
|
197 |
<testsuite name="core_user_testsuite">
|
- |
|
198 |
<directory suffix="_test.php">user/tests</directory>
|
152 |
<directory suffix="_test.php">user/tests</directory>
|
199 |
<exclude>user/tests/classes</exclude>
|
153 |
</testsuite>
|
200 |
</testsuite>
|
154 |
<testsuite name="core_webservice_testsuite">
|
201 |
<testsuite name="core_webservice_testsuite">
|
- |
|
202 |
<directory suffix="_test.php">webservice/tests</directory>
|
155 |
<directory suffix="_test.php">webservice/tests</directory>
|
203 |
<exclude>webservice/tests/classes</exclude>
|
156 |
</testsuite>
|
204 |
</testsuite>
|
157 |
<testsuite name="core_mnet_testsuite">
|
205 |
<testsuite name="core_mnet_testsuite">
|
- |
|
206 |
<directory suffix="_test.php">mnet/tests</directory>
|
158 |
<directory suffix="_test.php">mnet/tests</directory>
|
207 |
<exclude>mnet/tests/classes</exclude>
|
159 |
</testsuite>
|
208 |
</testsuite>
|
160 |
<testsuite name="core_completion_testsuite">
|
209 |
<testsuite name="core_completion_testsuite">
|
- |
|
210 |
<directory suffix="_test.php">completion/tests</directory>
|
161 |
<directory suffix="_test.php">completion/tests</directory>
|
211 |
<exclude>completion/tests/classes</exclude>
|
162 |
</testsuite>
|
212 |
</testsuite>
|
163 |
<testsuite name="core_comment_testsuite">
|
213 |
<testsuite name="core_comment_testsuite">
|
- |
|
214 |
<directory suffix="_test.php">comment/tests</directory>
|
164 |
<directory suffix="_test.php">comment/tests</directory>
|
215 |
<exclude>comment/tests/classes</exclude>
|
165 |
</testsuite>
|
216 |
</testsuite>
|
166 |
<testsuite name="core_search_testsuite">
|
217 |
<testsuite name="core_search_testsuite">
|
- |
|
218 |
<directory suffix="_test.php">search/tests</directory>
|
167 |
<directory suffix="_test.php">search/tests</directory>
|
219 |
<exclude>search/tests/classes</exclude>
|
168 |
</testsuite>
|
220 |
</testsuite>
|
169 |
<testsuite name="core_competency_testsuite">
|
221 |
<testsuite name="core_competency_testsuite">
|
- |
|
222 |
<directory suffix="_test.php">competency/tests</directory>
|
170 |
<directory suffix="_test.php">competency/tests</directory>
|
223 |
<exclude>competency/tests/classes</exclude>
|
171 |
</testsuite>
|
224 |
</testsuite>
|
172 |
<testsuite name="core_my_testsuite">
|
225 |
<testsuite name="core_my_testsuite">
|
- |
|
226 |
<directory suffix="_test.php">my/tests</directory>
|
173 |
<directory suffix="_test.php">my/tests</directory>
|
227 |
<exclude>my/tests/classes</exclude>
|
174 |
</testsuite>
|
228 |
</testsuite>
|
175 |
<testsuite name="core_auth_testsuite">
|
229 |
<testsuite name="core_auth_testsuite">
|
- |
|
230 |
<directory suffix="_test.php">auth/tests</directory>
|
176 |
<directory suffix="_test.php">auth/tests</directory>
|
231 |
<exclude>auth/tests/classes</exclude>
|
177 |
</testsuite>
|
232 |
</testsuite>
|
178 |
<testsuite name="core_block_testsuite">
|
233 |
<testsuite name="core_block_testsuite">
|
- |
|
234 |
<directory suffix="_test.php">blocks/tests</directory>
|
179 |
<directory suffix="_test.php">blocks/tests</directory>
|
235 |
<exclude>blocks/tests/classes</exclude>
|
180 |
</testsuite>
|
236 |
</testsuite>
|
181 |
<testsuite name="core_login_testsuite">
|
237 |
<testsuite name="core_login_testsuite">
|
- |
|
238 |
<directory suffix="_test.php">login/tests</directory>
|
182 |
<directory suffix="_test.php">login/tests</directory>
|
239 |
<exclude>login/tests/classes</exclude>
|
183 |
</testsuite>
|
240 |
</testsuite>
|
184 |
<testsuite name="core_plagiarism_testsuite">
|
241 |
<testsuite name="core_plagiarism_testsuite">
|
- |
|
242 |
<directory suffix="_test.php">plagiarism/tests</directory>
|
185 |
<directory suffix="_test.php">plagiarism/tests</directory>
|
243 |
<exclude>plagiarism/tests/classes</exclude>
|
186 |
</testsuite>
|
244 |
</testsuite>
|
187 |
<testsuite name="core_portfolio_testsuite">
|
245 |
<testsuite name="core_portfolio_testsuite">
|
- |
|
246 |
<directory suffix="_test.php">portfolio/tests</directory>
|
188 |
<directory suffix="_test.php">portfolio/tests</directory>
|
247 |
<exclude>portfolio/tests/classes</exclude>
|
189 |
</testsuite>
|
248 |
</testsuite>
|
190 |
<testsuite name="core_editor_testsuite">
|
249 |
<testsuite name="core_editor_testsuite">
|
- |
|
250 |
<directory suffix="_test.php">lib/editor/tests</directory>
|
191 |
<directory suffix="_test.php">lib/editor/tests</directory>
|
251 |
<exclude>lib/editor/tests/classes</exclude>
|
192 |
</testsuite>
|
252 |
</testsuite>
|
193 |
<testsuite name="core_rss_testsuite">
|
253 |
<testsuite name="core_rss_testsuite">
|
- |
|
254 |
<directory suffix="_test.php">rss/tests</directory>
|
194 |
<directory suffix="_test.php">rss/tests</directory>
|
255 |
<exclude>rss/tests/classes</exclude>
|
195 |
</testsuite>
|
256 |
</testsuite>
|
196 |
<testsuite name="core_table_testsuite">
|
257 |
<testsuite name="core_table_testsuite">
|
- |
|
258 |
<directory suffix="_test.php">lib/table/tests</directory>
|
197 |
<directory suffix="_test.php">lib/table/tests</directory>
|
259 |
<exclude>lib/table/tests/classes</exclude>
|
198 |
</testsuite>
|
260 |
</testsuite>
|
199 |
<testsuite name="core_h5p_testsuite">
|
261 |
<testsuite name="core_h5p_testsuite">
|
- |
|
262 |
<directory suffix="_test.php">h5p/tests</directory>
|
200 |
<directory suffix="_test.php">h5p/tests</directory>
|
263 |
<exclude>h5p/tests/classes</exclude>
|
201 |
</testsuite>
|
264 |
</testsuite>
|
202 |
<testsuite name="core_xapi_testsuite">
|
265 |
<testsuite name="core_xapi_testsuite">
|
- |
|
266 |
<directory suffix="_test.php">lib/xapi/tests</directory>
|
203 |
<directory suffix="_test.php">lib/xapi/tests</directory>
|
267 |
<exclude>lib/xapi/tests/classes</exclude>
|
204 |
</testsuite>
|
268 |
</testsuite>
|
205 |
<testsuite name="core_contentbank_testsuite">
|
269 |
<testsuite name="core_contentbank_testsuite">
|
- |
|
270 |
<directory suffix="_test.php">contentbank/tests</directory>
|
206 |
<directory suffix="_test.php">contentbank/tests</directory>
|
271 |
<exclude>contentbank/tests/classes</exclude>
|
207 |
</testsuite>
|
272 |
</testsuite>
|
208 |
<testsuite name="core_payment_testsuite">
|
273 |
<testsuite name="core_payment_testsuite">
|
- |
|
274 |
<directory suffix="_test.php">payment/tests</directory>
|
209 |
<directory suffix="_test.php">payment/tests</directory>
|
275 |
<exclude>payment/tests/classes</exclude>
|
210 |
</testsuite>
|
276 |
</testsuite>
|
211 |
<testsuite name="core_reportbuilder_testsuite">
|
277 |
<testsuite name="core_reportbuilder_testsuite">
|
- |
|
278 |
<directory suffix="_test.php">reportbuilder/tests</directory>
|
212 |
<directory suffix="_test.php">reportbuilder/tests</directory>
|
279 |
<exclude>reportbuilder/tests/classes</exclude>
|
213 |
</testsuite>
|
280 |
</testsuite>
|
214 |
<testsuite name="core_adminpresets_testsuite">
|
281 |
<testsuite name="core_adminpresets_testsuite">
|
- |
|
282 |
<directory suffix="_test.php">admin/presets/tests</directory>
|
215 |
<directory suffix="_test.php">admin/presets/tests</directory>
|
283 |
<exclude>admin/presets/tests/classes</exclude>
|
216 |
</testsuite>
|
284 |
</testsuite>
|
217 |
<testsuite name="core_admin_testsuite">
|
285 |
<testsuite name="core_admin_testsuite">
|
- |
|
286 |
<directory suffix="_test.php">admin/tests</directory>
|
218 |
<directory suffix="_test.php">admin/tests</directory>
|
287 |
<exclude>admin/tests/classes</exclude>
|
219 |
</testsuite>
|
288 |
</testsuite>
|
220 |
<testsuite name="core_communication_testsuite">
|
289 |
<testsuite name="core_communication_testsuite">
|
- |
|
290 |
<directory suffix="_test.php">communication/tests</directory>
|
221 |
<directory suffix="_test.php">communication/tests</directory>
|
291 |
<exclude>communication/tests/classes</exclude>
|
Línea 222... |
Línea 292... |
222 |
</testsuite>
|
292 |
</testsuite>
|
223 |
|
293 |
|