moodle/mod/workshop
Eloy Lafuente (stronk7) 100bc51f1d MDL-73485 phpunit: externallib, generator and filter tescase names
All externallib_test, generator_test and filter_test classes:

- Namespaced with component[\level2-API]
- Moved to level2-API subdirectory when required.
- Fixed incorrect use statements with leading backslash.
- Changed code to point to global scope when needed.
- Fix some relative paths and comments here and there.
- All them passing individually.
- Complete runs passing too.

Special mention to tests under testing/tests:

1) The core_testing component doesn't exist.
2) But testing/tests are allowed because there is a suite pointing to it (phpunit.xml).
3) So, the only possible namespace for them is "core".
4) And to avoid problems with other core testcases (under lib/tests)
   they have been renamed to have testing_xxxx as prefix.

Finally, also modified calendar/tests/events/events_test.php because it uses
some renamed (core_calendar_externallib_testcase => \core_calendar\externallib_test)
classes.
2022-01-21 19:48:23 +01:00
..
allocation MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
amd MDL-62497 javascript: build AMD modules with new transpiler 2019-07-19 14:12:49 +08:00
backup MDL-60820 workshop: Allow teacher to specify submission types 2018-08-31 14:48:29 +02:00
classes MDL-73437 workshop: Use templates for actionbar 2022-01-10 16:06:47 +08:00
db Merge branch 'MDL-70676-master' of git://github.com/ilyatregubov/moodle 2021-03-02 18:29:19 +00:00
eval MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
form MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
lang/en MDL-73380 mod_workshop: add lang string for phase auto switch event. 2021-12-14 21:51:36 +00:00
pix NOBUG: Fixed SVG browser compatibility 2021-12-23 16:29:57 +01:00
templates MDL-73437 workshop: Use templates for actionbar 2022-01-10 16:06:47 +08:00
tests MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
aggregate.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
allocation.php MDL-73437 workshop: Use templates for actionbar 2022-01-10 16:06:47 +08:00
assessment.php MDL-72413 workshop: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
editform.php MDL-72413 workshop: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
editformpreview.php MDL-72413 workshop: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
exassessment.php MDL-71915 mod_workshop: Update tertiary nav 2021-12-04 18:09:14 +05:30
excompare.php MDL-71915 mod_workshop: Update tertiary nav 2021-12-04 18:09:14 +05:30
exsubmission.php MDL-71915 mod_workshop: Update tertiary nav 2021-12-04 18:09:14 +05:30
feedbackauthor_form.php
feedbackreviewer_form.php
fileinfolib.php
index.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
lib.php MDL-71457 theme_boost: activity icon styling 2021-12-20 15:02:24 +01:00
locallib.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
mod_form.php MDL-52206 core: Add completion based on pass grade 2021-10-04 19:42:34 +08:00
renderer.php MDL-73437 workshop: Use templates for actionbar 2022-01-10 16:06:47 +08:00
settings.php
styles.css MDL-51932 workshop: Improve UX for teachers on switching workshop phases 2017-04-18 18:00:59 +02:00
submission.php MDL-72413 workshop: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
submission_form.php MDL-60820 workshop: Allow teacher to specify submission types 2018-08-31 14:48:29 +02:00
switchphase.php MDL-72413 workshop: Use the common module for setting the header 2021-12-13 09:49:34 +08:00
toolbox.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
upgrade.txt MDL-68944 mod_workshop: Workshop skips scheduled allocation 2021-11-25 09:49:27 +01:00
version.php MDL-71915 mod_workshop: Update tertiary nav 2021-12-04 18:09:14 +05:30
view.php MDL-72413 workshop: Use the common module for setting the header 2021-12-13 09:49:34 +08:00