moodle/admin/tool/lp
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-72013 js: Fix jsdocs to meet stricter eslint 2021-10-21 13:28:00 +08:00
classes MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
db MDL-63048 lib: Remove renamed classes. 2019-12-09 13:52:36 +08:00
lang/en MDL-65154 competencies: Filter course competencies 2019-05-06 09:34:25 +08:00
pix MDL-51683 design: New icon for competencies 2016-05-31 10:48:18 +08:00
templates MDL-60490 tool_lp: Missing div close 2021-04-01 12:13:49 +01:00
tests MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
yui MDL-66109 js: Fix Shifter linting issues 2020-05-11 11:07:49 +08:00
competencies.php MDL-58439 admin: Ignore guest logins for all admin pages 2019-06-11 13:44:58 +10:00
competencyframeworks.php MDL-58439 admin: Ignore guest logins for all admin pages 2019-06-11 13:44:58 +10:00
coursecompetencies.php MDL-65154 competencies: FF 47 does not digest null/missing JS params 2019-05-07 23:20:38 +02:00
editcompetency.php MDL-58439 admin: Ignore guest logins for all admin pages 2019-06-11 13:44:58 +10:00
editcompetencyframework.php MDL-58439 admin: Ignore guest logins for all admin pages 2019-06-11 13:44:58 +10:00
editplan.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
edittemplate.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
learningplans.php
lib.php MDL-63876 competencies: Skip enabled check 2019-03-29 11:31:15 +08:00
plan.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
plans.php
settings.php MDL-53451 competency: Improve performance by bypassing api::is_enabled() 2016-04-22 11:34:39 +08:00
styles.css MDL-63876 badges: Add competency criteria 2019-03-29 11:31:15 +08:00
template_cohorts.php MDL-62387 tool_lp: switch to core 'cohort' form element. 2020-09-15 08:06:22 +01:00
template_plans.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
templatecompetencies.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
upgrade.txt MDL-57273 core: Migrating some exporters from tool_lp & core_competency 2017-01-20 12:56:18 +08:00
user_competency.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
user_competency_in_course.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
user_competency_in_plan.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
user_evidence.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
user_evidence_edit.php MDL-57273 persistent: Some more magic __call conversions 2017-01-24 15:20:07 +08:00
user_evidence_list.php
version.php MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00