mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
![]() The optional parameters of assertEquals() and assertNotEquals() are deprecated in PHPUnit 8 (to be removed in PHPUnit 9): - delta => use assertEqualsWithDelta() - canonicalize => use assertEqualsCanonicalizing() - ignoreCase => use assertEqualsIgnoringCase - maxDepth => removed without replacement. More info @ https://github.com/sebastianbergmann/phpunit/issues/3341 Initial search done with: ag 'assert(Not)?Equals\(.*,.*,' --php Then, running tests and fixing remaining cases. |
||
---|---|---|
.. | ||
behat | ||
component_gradeitems_test.php | ||
coverage.php | ||
edittreelib_test.php | ||
events_test.php | ||
export_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 | ||
privacy_test.php | ||
querylib_test.php | ||
report_graderlib_test.php | ||
reportlib_test.php | ||
reportuserlib_test.php |