moodle/grade/tests
Eloy Lafuente (stronk7) 511801cb46 MDL-73352 phpunit: lib_test and locallib_test testcase names
All lib_test and locallib_test classes:

- Namespaced with component (and API whenever makes sense).
- Fixed incorrect use statements with leading backslash.
- Changed code to point to global scope when needed or add new uses.
- All them passing individually.
- Complete runs passing too.

Special mention to tests under login/tests:

1) The core_login component doesn't exist.
2) But login/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 login_xxxx as prefix.
2021-12-30 16:21:42 +01:00
..
behat MDL-72873 behat: Update behat tests 2021-12-16 00:10:13 +08: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
events_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +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