moodle/cohort
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
..
classes Merge branch 'MDL-72172-master' of git://github.com/dravek/moodle 2021-11-01 07:26:34 +01:00
tests MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
assign.php MDL-70578 cohorts: Add bootstrap classes to buttons 2021-01-08 07:28:34 +01:00
edit.php MDL-61238 cohort: require_once all libraries 2018-08-15 00:12:38 +02:00
edit_form.php MDL-72309 course: make category a required field in forms. 2021-10-04 08:11:32 +01:00
externallib.php MDL-61601 cohort: Add theme support for cohorts 2018-04-06 08:28:01 +02:00
index.php MDL-69454 core_search: consistent cohort search 2020-09-21 11:54:53 +02:00
lib.php MDL-53566 core: Add support for context locking 2018-11-13 21:17:40 +08:00
locallib.php MDL-71661 cohort: support custom user profile fields. 2021-05-24 15:02:35 +01:00
upgrade.txt MDL-52568 core_cohort: added ability to return all cohorts in WS 2016-01-18 11:00:20 +01:00
upload.php MDL-64708 cohort: Return url is not used anywhere in core. 2019-05-08 17:54:44 +02:00
upload_form.php MDL-64708 cohort: Return url is not used anywhere in core. 2019-05-08 17:54:44 +02:00