mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
![]() 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. |
||
---|---|---|
.. | ||
behat | ||
external | ||
privacy | ||
component_gradeitem_test.php | ||
component_gradeitems_test.php | ||
edittreelib_test.php | ||
events_test.php | ||
export_test.php | ||
general_action_bar_test.php | ||
grades_grader_gradingpanel_point_external_fetch_test.php | ||
grades_grader_gradingpanel_point_external_store_test.php | ||
grades_grader_gradingpanel_scale_external_fetch_test.php | ||
grades_grader_gradingpanel_scale_external_store_test.php | ||
importlib_test.php | ||
lib_test.php | ||
querylib_test.php | ||
report_graderlib_test.php | ||
reportlib_test.php | ||
reportuserlib_test.php |