moodle/calendar
Eloy Lafuente (stronk7) 9f53b0e965 MDL-73971 phpunit: Move more tests to use correct names and namespaces
Applied the following changes to various testcase classes:

- Namespaced with component[\level2-API]
- Moved to level2-API subdirectory when required.
- Fixed incorrect use statements with leading backslash.
- Remove file phpdoc block
- Remove MOODLE_INTERNAL if not needed.
- 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:

- Some fixtures, initially defined in the test files have been
  moved to new files in fixtures subdirectory, leaving the unit
  test files clearer:
  - moodle2_course_format_test.php
- Rename wrong named test:
  - baseoptiogroup_test = baseoptigroup_test
2022-05-06 18:29:11 +02:00
..
amd MDL-73915 js: Drop support for IE and android 2022-02-23 08:55:20 +08:00
classes MDL-74436 calendar: validate course/category field during import. 2022-04-25 18:01:13 +01:00
templates MDL-73908 block_calendar_upcoming: new mod icons 2022-03-08 11:07:38 +01:00
tests MDL-73971 phpunit: Move more tests to use correct names and namespaces 2022-05-06 18:29:11 +02:00
type/gregorian MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
delete.php MDL-74386 navigation: Remove redundant set_secondary_navigation() calls 2022-04-08 15:11:31 +08:00
event.php MDL-74154 calendar: has_secondary_navigation_setter has been renamed 2022-03-16 16:10:23 +01:00
event_form.php Merge branch 'MDL-58997-group-names-multilang' of https://github.com/lucaboesch/moodle 2017-05-30 16:53:06 +01:00
export.php MDL-74154 calendar: has_secondary_navigation_setter has been renamed 2022-03-16 16:10:23 +01:00
export_execute.php MDL-61554 calendar: Set $PAGE context in calendar export. 2021-12-07 12:30:23 +13:00
externallib.php MDL-74100 course: relax initial parameter types of external methods. 2022-03-08 21:13:02 +00:00
import.php MDL-74154 calendar: has_secondary_navigation_setter has been renamed 2022-03-16 16:10:23 +01:00
index.php
lib.php MDL-71239 calendar: disallow manager role users edit user events 2022-01-11 14:34:16 +01:00
managesubscriptions.php MDL-74154 calendar: has_secondary_navigation_setter has been renamed 2022-03-16 16:10:23 +01:00
renderer.php MDL-72810 core_calendar: Remove the three-month pseudo block 2021-11-19 18:33:46 +08:00
upgrade.txt MDL-71239 calendar: disallow manager role users edit user events 2022-01-11 14:34:16 +01:00
view.php MDL-74386 navigation: Remove redundant set_secondary_navigation() calls 2022-04-08 15:11:31 +08:00