moodle/mod/lesson/tests
Eloy Lafuente (stronk7) 0c53a3dec8 MDL-73476 phpunit: events, external and search tescase names
All events_test, external_test and search_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 lib/external/tests/external_test.php:
- external is not a valid component
- hence, its only valid namespace is "core"
- also, it's testing lib/external/externallib.php
- hence, the file (and class) have been renamed to external_externallib_test.php
  (to avoid conflicts with other external_test that may exist in core)
2022-01-14 16:18:39 +01:00
..
behat MDL-72090 navigation: Update to behat feature files for navigation. 2021-12-09 11:13:35 +08:00
event MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
external MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
fixtures MDL-48473 mod_lesson: test fill in the blank question 2014-12-11 21:44:43 +01:00
generator MDL-71410 mod_lesson: implement activity_dates for the lesson module 2021-04-27 14:32:26 +10:00
privacy MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
custom_completion_test.php MDL-70935 mod_lesson: Custom completion implementation 2021-04-07 15:09:36 +08:00
dates_test.php MDL-71410 mod_lesson: implement activity_dates for the lesson module 2021-04-27 14:32:26 +10:00
generator_test.php MDL-49178 Lesson: Add question pages to generators 2015-02-11 21:03:36 -05:00
lib_test.php MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
locallib_test.php MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
numeric_helper_test.php MDL-40227 mod_lesson: Use localised float formatting 2020-08-06 10:44:08 +08:00
pagetypes_test.php MDL-43387 mod_lesson: add an editor for essay grading comments 2015-02-01 19:01:40 +01:00
restore_date_test.php MDL-9367 restore: Roll only configuration dates 2017-08-01 10:46:37 +05:30
restore_override_test.php MDL-65555 mod_lesson: fix group override backup and restore 2019-07-16 11:16:03 +10:00