moodle/mod/survey
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
..
amd MDL-71113 js: Fix all jsdoc warnings 2021-06-18 09:38:05 +08:00
backup MDL-9367 restore: Roll only configuration dates 2017-08-01 10:46:37 +05:30
classes MDL-71915 mod_survey: Update tertiary nav 2021-12-06 09:27:57 +05:30
db MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
lang/en MDL-71915 mod_survey: Update tertiary nav 2021-12-06 09:27:57 +05:30
pix NOBUG: Fixed SVG browser compatibility 2021-12-23 16:29:57 +01:00
templates MDL-73411 survey: Update tertiary navigation 2022-01-06 09:56:13 +08:00
tests MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
deprecatedlib.php MDL-71144 mod_survey: Deprecate survey_get_completion_state() 2021-04-22 10:08:11 +10:00
download.php
graph.php MDL-60281 general: function each() is deprecated in PHP7.2 2017-10-16 09:37:20 +08:00
index.php MDL-71915 mod_survey: Update tertiary nav 2021-12-06 09:27:57 +05:30
lib.php MDL-71457 theme_boost: activity icon styling 2021-12-20 15:02:24 +01:00
mod_form.php MDL-58138 completion: Fixes for a number of small issues. 2017-04-19 11:41:57 +08:00
renderer.php MDL-71915 mod_survey: Update tertiary nav 2021-12-06 09:27:57 +05:30
report.php MDL-73411 survey: Update tertiary navigation 2022-01-06 09:56:13 +08:00
save.php MDL-66877 mod: Fix unfiltered activity names in page headings 2019-11-28 17:18:29 +01:00
styles.css MDL-55168 css: reformat plain css with stylefmt 2016-09-30 09:25:23 +01:00
version.php MDL-71915 mod_survey: Update tertiary nav 2021-12-06 09:27:57 +05:30
view.php MDL-72095 survey: Resolve merge conflict properly. 2021-12-14 08:10:45 +02:00