moodle/calendar/tests
Eloy Lafuente (stronk7) 4003e31983 MDL-73785 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:

- When belonging to other components and being valid api:
  - analytics related tests have been moved to tests/analytics subdir.
  - backup & restore related tests have been moved to tests/backup subdir.
  - events related tests have been moved to tests/event subdir.
  - privacy related tests have been moved to tests/privacy.
  - task related tests have been moved to tests/task subdir.
- Some simple renames, not including the component part anymore (not
  needed now that they are namespaced):
  - some xxxlib_test.php have been renamed lib_test.php
    (when they where testing the corresponding lib.php).
  - cache stores tests have been all renamed store_test, originally
    each one had its own name (file_test, apcu_test, redis_test...)
  - assign feedback tests have been all renamed feedback_test, originally
    each one had its own name (file_test, editpdf_test...)
2022-03-03 12:19:30 +01:00
..
behat Merge branch 'MDL-73669-master' of https://github.com/marinaglancy/moodle 2022-02-10 16:39:06 +01:00
event MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
fixtures MDL-37624 calendar: string and behat testing fixes 2018-06-29 10:46:57 +08:00
privacy MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
action_event_test.php MDL-58866 core_calendar: allow component events 2020-05-19 19:04:13 +02:00
action_factory_test.php MDL-58430 core_calendar: Keep interfaces with implementations 2017-04-04 11:01:55 +01:00
action_test.php MDL-57730 core_calendar: Action interface aware of actionability 2017-04-03 11:36:33 +08:00
calendar_event_exporter_test.php MDL-71036 phpunit: Mock->setMethods() silently deprecated 2021-03-11 23:04:31 +01:00
calendar_information_test.php MDL-62742 core: rename coursecat->core_course_category 2018-08-28 11:36:23 +02:00
calendartype_test.php MDL-71051 core_user: create user profile field form is now modal form 2021-04-28 11:47:22 +02:00
calendartype_test_example.php MDL-42537 calendar: locale charset on windows will come from calendartype 2013-11-04 15:54:19 +08:00
cm_info_proxy_test.php MDL-58688 calendar: retrieve event module without db queries 2017-05-04 16:53:19 +08:00
container_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
coursecat_proxy_test.php MDL-62742 core: rename coursecat->core_course_category 2018-08-28 11:36:23 +02:00
event_description_test.php MDL-57599 core_calendar: Add action event class 2017-04-03 11:35:38 +08:00
event_factory_test.php MDL-66612 calendar: Change global events to site events 2019-10-21 09:33:01 +02:00
event_mapper_test.php MDL-66716 calendar: Add usermidnight property for events. 2020-08-10 11:36:29 +10:00
event_test.php MDL-73785 phpunit: Move more tests to use correct names and namespaces 2022-03-03 12:19:30 +01:00
event_times_test.php MDL-66716 calendar: Add usermidnight property for events. 2020-08-10 11:36:29 +10:00
event_vault_test.php MDL-71182 calendar: Revert "Merge branch 'MDL-67494-master' of git://github.com/lameze/moodle" 2021-03-24 09:11:01 +08:00
events_related_objects_cache_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
externallib_test.php MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
helpers.php MDL-70926 core: getuserdate() shoud show debugging if null was passed 2021-05-06 19:55:32 +02:00
lib_test.php MDL-71239 calendar: disallow manager role users edit user events 2022-01-11 14:34:16 +01:00
local_api_test.php MDL-72295 timeline: Add text search to the timeline block 2021-10-11 10:04:45 +07:00
raw_event_retrieval_strategy_test.php MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:00 +02:00
repeat_event_collection_test.php MDL-66716 calendar: Add usermidnight property for events. 2020-08-10 11:36:29 +10:00
rrule_manager_test.php MDL-72478 calendar: Fix PHPUnit failure with offset 2021-09-03 09:28:46 +02:00
std_proxy_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00