moodle/grade/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-72873 behat: Update behat tests 2021-12-16 00:10:13 +08:00
event MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
external MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:29 +01:00
privacy MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
component_gradeitem_test.php MDL-71439 core_grade: Coding style tidyup 2021-11-05 11:32:24 +08:00
component_gradeitems_test.php MDL-66079 core_grades: Add support for multiple grade items in an activity 2019-10-30 10:23:40 +08:00
edittreelib_test.php MDL-67673 phpunit: Remove deprecated assertEquals() params 2020-10-21 12:46:00 +02:00
export_test.php MDL-63488 core_grade: Use the rewrite_pluginurls to handle files 2018-11-14 09:44:18 +08:00
general_action_bar_test.php MDL-72873 core_grades: Add unit tests 2021-12-16 00:10:13 +08:00
grades_grader_gradingpanel_point_external_fetch_test.php MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:29 +01:00
grades_grader_gradingpanel_point_external_store_test.php MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:29 +01:00
grades_grader_gradingpanel_scale_external_fetch_test.php MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:29 +01:00
grades_grader_gradingpanel_scale_external_store_test.php MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:29 +01:00
importlib_test.php MDL-67673 phpunit: Remove deprecated assertContains() uses on strings 2020-10-21 12:46:00 +02:00
lib_test.php MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
querylib_test.php MDL-44660 grade: Typos @package core_grade instead of core_grades 2017-12-08 14:21:34 +01:00
report_graderlib_test.php MDL-71610 theme_boost: switch to standard editing mode for gradebook 2021-09-29 09:25:36 +02:00
reportlib_test.php MDL-37655 phpunit: Avoid having multiple testcase classes in 1 file 2021-03-30 19:17:54 +02:00
reportuserlib_test.php MDL-68333 testing: trigger user_created event in user generator 2020-05-19 19:11:54 +02:00